Html Css Color HEX #37214F Jagger

📋 copy color: '#37214F'

red 55 ◦ green 33 ◦ blue 79

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

Shades of Jagger #37214F

Tints of Jagger #37214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 32.93%
G = 19.76%
B = 47.31%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37214F (or 0x37214F) is known color: Jagger. HEX triplet: 37, 21 and 4F. RGB value is (55,33,79). Sum of RGB (Red+Green+Blue) = 55+33+79=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #37214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37214F is #C8DEB0. Grayscale: #2C2C2C. Windows color (decimal): -13164209 or 5185847. OLE color: 5185847.

HSL color Cylindrical-coordinate representation of color #37214F: hue angle of 268.7º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37214F is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 33 79 -
CMYK 0.30 0.58 0 0.69
HSL 268.7º 0.41% 0.22% -
HSV(B) 268.7º 0.58% 0.31% -
XYZ 3.53 2.46 7.69 -
YUV 44.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 55 33 79 0.30 0.58 0 0.69 268.7 0.41 0.22
Hex 37 21 4F 1E 3A 0 45 10D 29 16
Octal 67 41 117 36 72 0 105 415 51 26
Binary 110111 100001 1001111 11110 111010 0 1000101 100001101 101001 10110

Color Harmonies of #37214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37214F

Black with #37214F

Text Example


Text Example

White with #37214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37214F; }

 p { color: rgb(55,33,79); }

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

background-color css

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

 a { background-color: rgb(55,33,79); }

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

border-color css

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

 span { border-color: rgb(55,33,79); }

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