Html Css Color HEX #372297 Blue Gem

📋 copy color: '#372297'

red 55 ◦ green 34 ◦ blue 151

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

Shades of Blue Gem #372297

Tints of Blue Gem #372297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 22.92%
G = 14.17%
B = 62.92%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#372297 (or 0x372297) is known color: Blue Gem. HEX triplet: 37, 22 and 97. RGB value is (55,34,151). Sum of RGB (Red+Green+Blue) = 55+34+151=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #372297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372297 is #C8DD68. Grayscale: #353535. Windows color (decimal): -13163881 or 9904695. OLE color: 9904695.

HSL color Cylindrical-coordinate representation of color #372297: hue angle of 250.77º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372297 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 34 151 -
CMYK 0.64 0.77 0 0.41
HSL 250.77º 0.63% 0.36% -
HSV(B) 250.77º 0.77% 0.59% -
XYZ 7.73 4.19 29.68 -
YUV 53.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 55 34 151 0.64 0.77 0 0.41 250.77 0.63 0.36
Hex 37 22 97 40 4D 0 29 FB 3F 24
Octal 67 42 227 100 115 0 51 373 77 44
Binary 110111 100010 10010111 1000000 1001101 0 101001 11111011 111111 100100

Color Harmonies of #372297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372297

Black with #372297

Text Example


Text Example

White with #372297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372297; }

 p { color: rgb(55,34,151); }

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

background-color css

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

 a { background-color: rgb(55,34,151); }

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

border-color css

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

 span { border-color: rgb(55,34,151); }

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