Html Css Color HEX #37244C Jagger

📋 copy color: '#37244C'

red 55 ◦ green 36 ◦ blue 76

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

Shades of Jagger #37244C

Tints of Jagger #37244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 32.93%
G = 21.56%
B = 45.51%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37244C (or 0x37244C) is known color: Jagger. HEX triplet: 37, 24 and 4C. RGB value is (55,36,76). Sum of RGB (Red+Green+Blue) = 55+36+76=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #37244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37244C is #C8DBB3. Grayscale: #2E2E2E. Windows color (decimal): -13163444 or 4990007. OLE color: 4990007.

HSL color Cylindrical-coordinate representation of color #37244C: hue angle of 268.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37244C is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 36 76 -
CMYK 0.28 0.53 0 0.70
HSL 268.5º 0.36% 0.22% -
HSV(B) 268.5º 0.53% 0.3% -
XYZ 3.51 2.6 7.15 -
YUV 46.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 55 36 76 0.28 0.53 0 0.70 268.5 0.36 0.22
Hex 37 24 4C 1C 35 0 46 10C 24 16
Octal 67 44 114 34 65 0 106 414 44 26
Binary 110111 100100 1001100 11100 110101 0 1000110 100001100 100100 10110

Color Harmonies of #37244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37244C

Black with #37244C

Text Example


Text Example

White with #37244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37244C; }

 p { color: rgb(55,36,76); }

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

background-color css

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

 a { background-color: rgb(55,36,76); }

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

border-color css

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

 span { border-color: rgb(55,36,76); }

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