Html Css Color HEX #372547 Jagger

📋 copy color: '#372547'

red 55 ◦ green 37 ◦ blue 71

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

Shades of Jagger #372547

Tints of Jagger #372547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

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

R = 33.74%
G = 22.7%
B = 43.56%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372547 (or 0x372547) is known color: Jagger. HEX triplet: 37, 25 and 47. RGB value is (55,37,71). Sum of RGB (Red+Green+Blue) = 55+37+71=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #372547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372547 is #C8DAB8. Grayscale: #2E2E2E. Windows color (decimal): -13163193 or 4662583. OLE color: 4662583.

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

Color convert

RGB 55 37 71 -
CMYK 0.23 0.48 0 0.72
HSL 271.76º 0.31% 0.21% -
HSV(B) 271.76º 0.48% 0.28% -
XYZ 3.37 2.59 6.28 -
YUV 46.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 55 37 71 0.23 0.48 0 0.72 271.76 0.31 0.21
Hex 37 25 47 17 30 0 48 110 1F 15
Octal 67 45 107 27 60 0 110 420 37 25
Binary 110111 100101 1000111 10111 110000 0 1001000 100010000 11111 10101

Color Harmonies of #372547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372547

Black with #372547

Text Example


Text Example

White with #372547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372547; }

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

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

background-color css

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

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

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

border-color css

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

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

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