#362446

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

Shades of Jagger #362446

Tints of Jagger #362446

Color information

#362446 (or 0x362446) is unknown color: approx Jagger. HEX triplet: 36, 24 and 46. RGB value is (54,36,70). Sum of RGB (Red+Green+Blue) = 54+36+70=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #362446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362446 is #C9DBB9. Grayscale: #2D2D2D. Windows color (decimal): -13228986 or 4596790. OLE color: 4596790.

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

Color convert

RGB543670-
CMYK0.230.4900.73
HSL271.76º32.08%20.78%-
HSV(B)271.76º48.57%27.45%-
XYZ3.262.496.1-
YUV45.26141.96134.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=33.75%
G=22.5%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5436700.230.4900.73271.7632.0820.78
Hex36244617310491102015
Octal6644106276101114204025
Binary1101101001001000110101111100010100100110001000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362446; }

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

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

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

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

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

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

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

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