#362544

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

Shades of Jagger #362544

Tints of Jagger #362544

Color information

#362544 (or 0x362544) is unknown color: approx Jagger. HEX triplet: 36, 25 and 44. RGB value is (54,37,68). Sum of RGB (Red+Green+Blue) = 54+37+68=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #362544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362544 is #C9DABB. Grayscale: #2D2D2D. Windows color (decimal): -13228732 or 4465974. OLE color: 4465974.

HSL color Cylindrical-coordinate representation of color #362544: hue angle of 272.9º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #362544 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB543768-
CMYK0.210.4600.73
HSL272.9º29.52%20.59%-
HSV(B)272.9º45.59%26.67%-
XYZ3.232.525.79-
YUV45.62140.63133.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=33.96%
G=23.27%
B=42.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5437680.210.4600.73272.929.5220.59
Hex362544152E0491111e15
Octal6645104255601114213625
Binary110110100101100010010101101110010010011000100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362544; }

 p { color: rgb(54,37,68); }

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

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

 a { background-color: rgb(54,37,68); }

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

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

 span { border-color: rgb(54,37,68); }

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