Html Css Color HEX #37224C Jagger

📋 copy color: '#37224C'

red 55 ◦ green 34 ◦ blue 76

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

Shades of Jagger #37224C

Tints of Jagger #37224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

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

R = 33.33%
G = 20.61%
B = 46.06%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37224C (or 0x37224C) is known color: Jagger. HEX triplet: 37, 22 and 4C. RGB value is (55,34,76). Sum of RGB (Red+Green+Blue) = 55+34+76=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #37224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37224C is #C8DDB3. Grayscale: #2C2C2C. Windows color (decimal): -13163956 or 4989495. OLE color: 4989495.

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

Color convert

RGB 55 34 76 -
CMYK 0.28 0.55 0 0.70
HSL 270º 0.38% 0.22% -
HSV(B) 270º 0.55% 0.3% -
XYZ 3.45 2.48 7.13 -
YUV 45.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 55 34 76 0.28 0.55 0 0.70 270 0.38 0.22
Hex 37 22 4C 1C 37 0 46 10E 26 16
Octal 67 42 114 34 67 0 106 416 46 26
Binary 110111 100010 1001100 11100 110111 0 1000110 100001110 100110 10110

Color Harmonies of #37224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37224C

Black with #37224C

Text Example


Text Example

White with #37224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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