Html Css Color HEX #37209D Blue Gem

📋 copy color: '#37209D'

red 55 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #37209D

Tints of Blue Gem #37209D

RGB

 RED value IS 55 (21.88% from 255) = 22.54%

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 22.54%
G = 13.11%
B = 64.34%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37209D (or 0x37209D) is known color: Blue Gem. HEX triplet: 37, 20 and 9D. RGB value is (55,32,157). Sum of RGB (Red+Green+Blue) = 55+32+157=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #37209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37209D is #C8DF62. Grayscale: #343434. Windows color (decimal): -13164387 or 10297399. OLE color: 10297399.

HSL color Cylindrical-coordinate representation of color #37209D: hue angle of 251.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37209D is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 32 157 -
CMYK 0.65 0.80 0 0.38
HSL 251.04º 0.66% 0.37% -
HSV(B) 251.04º 0.8% 0.62% -
XYZ 8.18 4.28 32.29 -
YUV 53.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 55 32 157 0.65 0.80 0 0.38 251.04 0.66 0.37
Hex 37 20 9D 41 50 0 26 FB 42 25
Octal 67 40 235 101 120 0 46 373 102 45
Binary 110111 100000 10011101 1000001 1010000 0 100110 11111011 1000010 100101

Color Harmonies of #37209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37209D

Black with #37209D

Text Example


Text Example

White with #37209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37209D; }

 p { color: rgb(55,32,157); }

 H1.HeaderClassName
 {
   color: #37209D;
 }
 .AnyTagClassName
 {
   color: #37209D;
 }
</style>

background-color css

<style>
 a { background-color: #37209D; }

 a { background-color: rgb(55,32,157); }

 div.DivClassName
 {
   background-color: #37209D;
 }
 .BgClassName
 {
   background-color: #37209D;
 }
</style>

border-color css

<style>
 span { border-color: #37209D; }

 span { border-color: rgb(55,32,157); }

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