#36204A

Color #36204A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #36204A

Tints of Jagger #36204A

Color information

#36204A (or 0x36204A) is unknown color: approx Jagger. HEX triplet: 36, 20 and 4A. RGB value is (54,32,74). Sum of RGB (Red+Green+Blue) = 54+32+74=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #36204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36204A is #C9DFB5. Grayscale: #2B2B2B. Windows color (decimal): -13230006 or 4857910. OLE color: 4857910.

HSL color Cylindrical-coordinate representation of color #36204A: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36204A is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB543274-
CMYK0.270.5700.71
HSL271.43º39.62%20.78%-
HSV(B)271.43º56.76%29.02%-
XYZ3.272.316.75-
YUV43.37145.29135.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=33.75%
G=20%
B=46.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5432740.270.5700.71271.4339.6220.78
Hex36204A1B3904710f2815
Octal6640112337101074175025
Binary1101101000001001010110111110010100011110000111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36204A; }

 p { color: rgb(54,32,74); }

 H1.HeaderClassName
 {
   color: #36204A;
 }
 .AnyTagClassName
 {
   color: #36204A;
 }
</style>
background-color css

<style>
 a { background-color: #36204A; }

 a { background-color: rgb(54,32,74); }

 div.DivClassName
 {
   background-color: #36204A;
 }
 .BgClassName
 {
   background-color: #36204A;
 }
</style>
border-color css

<style>
 span { border-color: #36204A; }

 span { border-color: rgb(54,32,74); }

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