#37249C

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

Shades of Blue Gem #37249C

Tints of Blue Gem #37249C

Color information

#37249C (or 0x37249C) is unknown color: approx Blue Gem. HEX triplet: 37, 24 and 9C. RGB value is (55,36,156). Sum of RGB (Red+Green+Blue) = 55+36+156=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #37249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37249C is #C8DB63. Grayscale: #363636. Windows color (decimal): -13163364 or 10232887. OLE color: 10232887.

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

Color convert

RGB5536156-
CMYK0.650.7700.39
HSL249.5º62.5%37.65%-
HSV(B)249.5º76.92%61.18%-
XYZ8.214.4731.88-
YUV55.36184.79127.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=22.27%
G=14.57%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55361560.650.7700.39249.562.537.65
Hex37249C414D027fa3e26
Octal67442341011150473727646
Binary1101111001001001110010000011001101010011111111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37249C; }

 p { color: rgb(55,36,156); }

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

<style>
 a { background-color: #37249C; }

 a { background-color: rgb(55,36,156); }

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

<style>
 span { border-color: #37249C; }

 span { border-color: rgb(55,36,156); }

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