#362449

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

Shades of Jagger #362449

Tints of Jagger #362449

Color information

#362449 (or 0x362449) is unknown color: approx Jagger. HEX triplet: 36, 24 and 49. RGB value is (54,36,73). Sum of RGB (Red+Green+Blue) = 54+36+73=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #362449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362449 is #C9DBB6. Grayscale: #2D2D2D. Windows color (decimal): -13228983 or 4793398. OLE color: 4793398.

HSL color Cylindrical-coordinate representation of color #362449: hue angle of 269.19º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #362449 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB543673-
CMYK0.260.5100.71
HSL269.19º33.94%21.37%-
HSV(B)269.19º50.68%28.63%-
XYZ3.352.536.61-
YUV45.6143.46133.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=33.13%
G=22.09%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5436730.260.5100.71269.1933.9421.37
Hex3624491A3304710d2215
Octal6644111326301074154225
Binary1101101001001001001110101100110100011110000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362449; }

 p { color: rgb(54,36,73); }

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

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

 a { background-color: rgb(54,36,73); }

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

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

 span { border-color: rgb(54,36,73); }

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