Html Css Color HEX #372047 Jagger

📋 copy color: '#372047'

red 55 ◦ green 32 ◦ blue 71

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

Shades of Jagger #372047

Tints of Jagger #372047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 34.81%
G = 20.25%
B = 44.94%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372047 (or 0x372047) is known color: Jagger. HEX triplet: 37, 20 and 47. RGB value is (55,32,71). Sum of RGB (Red+Green+Blue) = 55+32+71=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #372047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372047 is #C8DFB8. Grayscale: #2B2B2B. Windows color (decimal): -13164473 or 4661303. OLE color: 4661303.

HSL color Cylindrical-coordinate representation of color #372047: hue angle of 275.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372047 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 32 71 -
CMYK 0.23 0.55 0 0.72
HSL 275.38º 0.38% 0.2% -
HSV(B) 275.38º 0.55% 0.28% -
XYZ 3.23 2.3 6.24 -
YUV 43.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 55 32 71 0.23 0.55 0 0.72 275.38 0.38 0.2
Hex 37 20 47 17 37 0 48 113 26 14
Octal 67 40 107 27 67 0 110 423 46 24
Binary 110111 100000 1000111 10111 110111 0 1001000 100010011 100110 10100

Color Harmonies of #372047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372047

Black with #372047

Text Example


Text Example

White with #372047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372047; }

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

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

background-color css

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

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

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

border-color css

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

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

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