#37219C

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

Shades of Blue Gem #37219C

Tints of Blue Gem #37219C

Color information

#37219C (or 0x37219C) is unknown color: approx Blue Gem. HEX triplet: 37, 21 and 9C. RGB value is (55,33,156). Sum of RGB (Red+Green+Blue) = 55+33+156=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #37219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37219C is #C8DE63. Grayscale: #353535. Windows color (decimal): -13164132 or 10232119. OLE color: 10232119.

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

Color convert

RGB5533156-
CMYK0.650.7900.39
HSL250.73º65.08%37.06%-
HSV(B)250.73º78.85%61.18%-
XYZ8.124.331.85-
YUV53.6185.79129-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=22.54%
G=13.52%
B=63.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55331560.650.7900.39250.7365.0837.06
Hex37219C414F027fb4125
Octal674123410111704737310145
Binary11011110000110011100100000110011110100111111110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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