Html Css Color HEX #37204D Jagger

📋 copy color: '#37204D'

red 55 ◦ green 32 ◦ blue 77

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

Shades of Jagger #37204D

Tints of Jagger #37204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.51%

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

R = 33.54%
G = 19.51%
B = 46.95%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37204D (or 0x37204D) is known color: Jagger. HEX triplet: 37, 20 and 4D. RGB value is (55,32,77). Sum of RGB (Red+Green+Blue) = 55+32+77=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #37204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37204D is #C8DFB2. Grayscale: #2B2B2B. Windows color (decimal): -13164467 or 5054519. OLE color: 5054519.

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

Color convert

RGB 55 32 77 -
CMYK 0.29 0.58 0 0.70
HSL 270.67º 0.41% 0.21% -
HSV(B) 270.67º 0.58% 0.3% -
XYZ 3.43 2.38 7.3 -
YUV 44.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 55 32 77 0.29 0.58 0 0.70 270.67 0.41 0.21
Hex 37 20 4D 1D 3A 0 46 10F 29 15
Octal 67 40 115 35 72 0 106 417 51 25
Binary 110111 100000 1001101 11101 111010 0 1000110 100001111 101001 10101

Color Harmonies of #37204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37204D

Black with #37204D

Text Example


Text Example

White with #37204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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