Html Css Color HEX #372948 Jagger

📋 copy color: '#372948'

red 55 ◦ green 41 ◦ blue 72

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

Shades of Jagger #372948

Tints of Jagger #372948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 32.74%
G = 24.4%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372948 (or 0x372948) is known color: Jagger. HEX triplet: 37, 29 and 48. RGB value is (55,41,72). Sum of RGB (Red+Green+Blue) = 55+41+72=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #372948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372948 is #C8D6B7. Grayscale: #303030. Windows color (decimal): -13162168 or 4729143. OLE color: 4729143.

HSL color Cylindrical-coordinate representation of color #372948: hue angle of 267.1º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #372948 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 41 72 -
CMYK 0.24 0.43 0 0.72
HSL 267.1º 0.27% 0.22% -
HSV(B) 267.1º 0.43% 0.28% -
XYZ 3.54 2.87 6.5 -
YUV 48.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 55 41 72 0.24 0.43 0 0.72 267.1 0.27 0.22
Hex 37 29 48 18 2B 0 48 10B 1B 16
Octal 67 51 110 30 53 0 110 413 33 26
Binary 110111 101001 1001000 11000 101011 0 1001000 100001011 11011 10110

Color Harmonies of #372948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372948

Black with #372948

Text Example


Text Example

White with #372948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372948; }

 p { color: rgb(55,41,72); }

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

background-color css

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

 a { background-color: rgb(55,41,72); }

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

border-color css

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

 span { border-color: rgb(55,41,72); }

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