Html Css Color HEX #37224D Jagger

📋 copy color: '#37224D'

red 55 ◦ green 34 ◦ blue 77

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

Shades of Jagger #37224D

Tints of Jagger #37224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 33.13%
G = 20.48%
B = 46.39%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37224D (or 0x37224D) is known color: Jagger. HEX triplet: 37, 22 and 4D. RGB value is (55,34,77). Sum of RGB (Red+Green+Blue) = 55+34+77=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #37224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37224D is #C8DDB2. Grayscale: #2D2D2D. Windows color (decimal): -13163955 or 5055031. OLE color: 5055031.

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

Color convert

RGB 55 34 77 -
CMYK 0.29 0.56 0 0.70
HSL 269.3º 0.39% 0.22% -
HSV(B) 269.3º 0.56% 0.3% -
XYZ 3.49 2.49 7.32 -
YUV 45.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 55 34 77 0.29 0.56 0 0.70 269.3 0.39 0.22
Hex 37 22 4D 1D 38 0 46 10D 27 16
Octal 67 42 115 35 70 0 106 415 47 26
Binary 110111 100010 1001101 11101 111000 0 1000110 100001101 100111 10110

Color Harmonies of #37224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37224D

Black with #37224D

Text Example


Text Example

White with #37224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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