Html Css Color HEX #37219C Blue Gem

📋 copy color: '#37219C'

red 55 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #37219C

Tints of Blue Gem #37219C

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

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 55 33 156 -
CMYK 0.65 0.79 0 0.39
HSL 250.73º 0.65% 0.37% -
HSV(B) 250.73º 0.79% 0.61% -
XYZ 8.12 4.3 31.85 -
YUV 53.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 55 33 156 0.65 0.79 0 0.39 250.73 0.65 0.37
Hex 37 21 9C 41 4F 0 27 FB 41 25
Octal 67 41 234 101 117 0 47 373 101 45
Binary 110111 100001 10011100 1000001 1001111 0 100111 11111011 1000001 100101

Color Harmonies of #37219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37219C

Black with #37219C

Text Example


Text Example

White with #37219C

Text Example


Text Example

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