Html Css Color HEX #372648 Jagger

📋 copy color: '#372648'

red 55 ◦ green 38 ◦ blue 72

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

Shades of Jagger #372648

Tints of Jagger #372648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

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

R = 33.33%
G = 23.03%
B = 43.64%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372648 (or 0x372648) is known color: Jagger. HEX triplet: 37, 26 and 48. RGB value is (55,38,72). Sum of RGB (Red+Green+Blue) = 55+38+72=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #372648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372648 is #C8D9B7. Grayscale: #2E2E2E. Windows color (decimal): -13162936 or 4728375. OLE color: 4728375.

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

Color convert

RGB 55 38 72 -
CMYK 0.24 0.47 0 0.72
HSL 270º 0.31% 0.22% -
HSV(B) 270º 0.47% 0.28% -
XYZ 3.44 2.67 6.46 -
YUV 46.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 55 38 72 0.24 0.47 0 0.72 270 0.31 0.22
Hex 37 26 48 18 2F 0 48 10E 1F 16
Octal 67 46 110 30 57 0 110 416 37 26
Binary 110111 100110 1001000 11000 101111 0 1001000 100001110 11111 10110

Color Harmonies of #372648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372648

Black with #372648

Text Example


Text Example

White with #372648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372648; }

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

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

background-color css

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

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

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

border-color css

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

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

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