#37259F

Color #37259F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #37259F

Tints of Blue Gem #37259F

Color information

#37259F (or 0x37259F) is unknown color: approx Blue Gem. HEX triplet: 37, 25 and 9F. RGB value is (55,37,159). Sum of RGB (Red+Green+Blue) = 55+37+159=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #37259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259F is #C8DA60. Grayscale: #373737. Windows color (decimal): -13163105 or 10429751. OLE color: 10429751.

HSL color Cylindrical-coordinate representation of color #37259F: hue angle of 248.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37259F is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5537159-
CMYK0.650.7700.38
HSL248.85º62.24%38.43%-
HSV(B)248.85º76.73%62.35%-
XYZ8.54.6433.25-
YUV56.29185.96127.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 159 (62.5% from 255) = 63.35%
R=21.91%
G=14.74%
B=63.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55371590.650.7700.38248.8562.2438.43
Hex37259F414D026f93e26
Octal67452371011150463717646
Binary1101111001011001111110000011001101010011011111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37259F; }

 p { color: rgb(55,37,159); }

 H1.HeaderClassName
 {
   color: #37259F;
 }
 .AnyTagClassName
 {
   color: #37259F;
 }
</style>
background-color css

<style>
 a { background-color: #37259F; }

 a { background-color: rgb(55,37,159); }

 div.DivClassName
 {
   background-color: #37259F;
 }
 .BgClassName
 {
   background-color: #37259F;
 }
</style>
border-color css

<style>
 span { border-color: #37259F; }

 span { border-color: rgb(55,37,159); }

 td.TdClassName
 {
   border-color: #37259F;
 }
 .TagClassName
 {
   border-color: #37259F;
 }
</style>