Html Css Color HEX #372546 Jagger

📋 copy color: '#372546'

red 55 ◦ green 37 ◦ blue 70

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

Shades of Jagger #372546

Tints of Jagger #372546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.21%

R = 33.95%
G = 22.84%
B = 43.21%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372546 (or 0x372546) is known color: Jagger. HEX triplet: 37, 25 and 46. RGB value is (55,37,70). Sum of RGB (Red+Green+Blue) = 55+37+70=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #372546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372546 is #C8DAB9. Grayscale: #2E2E2E. Windows color (decimal): -13163194 or 4597047. OLE color: 4597047.

HSL color Cylindrical-coordinate representation of color #372546: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372546 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 37 70 -
CMYK 0.21 0.47 0 0.73
HSL 272.73º 0.31% 0.21% -
HSV(B) 272.73º 0.47% 0.27% -
XYZ 3.34 2.58 6.12 -
YUV 46.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 55 37 70 0.21 0.47 0 0.73 272.73 0.31 0.21
Hex 37 25 46 15 2F 0 49 111 1F 15
Octal 67 45 106 25 57 0 111 421 37 25
Binary 110111 100101 1000110 10101 101111 0 1001001 100010001 11111 10101

Color Harmonies of #372546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372546

Black with #372546

Text Example


Text Example

White with #372546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372546; }

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

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

background-color css

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

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

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

border-color css

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

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

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