Html Css Color HEX #37209A Blue Gem

📋 copy color: '#37209A'

red 55 ◦ green 32 ◦ blue 154

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

Shades of Blue Gem #37209A

Tints of Blue Gem #37209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 22.82%
G = 13.28%
B = 63.9%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#37209A (or 0x37209A) is known color: Blue Gem. HEX triplet: 37, 20 and 9A. RGB value is (55,32,154). Sum of RGB (Red+Green+Blue) = 55+32+154=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #37209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37209A is #C8DF65. Grayscale: #343434. Windows color (decimal): -13164390 or 10100791. OLE color: 10100791.

HSL color Cylindrical-coordinate representation of color #37209A: hue angle of 251.31º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37209A is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 32 154 -
CMYK 0.64 0.79 0 0.40
HSL 251.31º 0.66% 0.36% -
HSV(B) 251.31º 0.79% 0.6% -
XYZ 7.92 4.18 30.96 -
YUV 52.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 55 32 154 0.64 0.79 0 0.40 251.31 0.66 0.36
Hex 37 20 9A 40 4F 0 28 FB 42 24
Octal 67 40 232 100 117 0 50 373 102 44
Binary 110111 100000 10011010 1000000 1001111 0 101000 11111011 1000010 100100

Color Harmonies of #37209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37209A

Black with #37209A

Text Example


Text Example

White with #37209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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