#36204B

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

Shades of Jagger #36204B

Tints of Jagger #36204B

Color information

#36204B (or 0x36204B) is unknown color: approx Jagger. HEX triplet: 36, 20 and 4B. RGB value is (54,32,75). Sum of RGB (Red+Green+Blue) = 54+32+75=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #36204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36204B is #C9DFB4. Grayscale: #2B2B2B. Windows color (decimal): -13230005 or 4923446. OLE color: 4923446.

HSL color Cylindrical-coordinate representation of color #36204B: hue angle of 270.7º 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 #36204B is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB543275-
CMYK0.280.5700.71
HSL270.7º40.19%20.98%-
HSV(B)270.7º57.33%29.41%-
XYZ3.312.336.93-
YUV43.48145.79135.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=33.54%
G=19.88%
B=46.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5432750.280.5700.71270.740.1920.98
Hex36204B1C3904710f2815
Octal6640113347101074175025
Binary1101101000001001011111001110010100011110000111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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