Html Css Color HEX #37249C Blue Gem

📋 copy color: '#37249C'

red 55 ◦ green 36 ◦ blue 156

#37249C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #37249C

Tints of Blue Gem #37249C

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 value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37249C (or 0x37249C) is known color: 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

RGB 55 36 156 -
CMYK 0.65 0.77 0 0.39
HSL 249.5º 0.63% 0.38% -
HSV(B) 249.5º 0.77% 0.61% -
XYZ 8.21 4.47 31.88 -
YUV 55.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 55 36 156 0.65 0.77 0 0.39 249.5 0.63 0.38
Hex 37 24 9C 41 4D 0 27 FA 3E 26
Octal 67 44 234 101 115 0 47 372 76 46
Binary 110111 100100 10011100 1000001 1001101 0 100111 11111010 111110 100110

Color Harmonies of #37249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37249C

Black with #37249C

Text Example


Text Example

White with #37249C

Text Example


Text Example

HTML Codes & Css Web 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>