#362346

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

Shades of Jagger #362346

Tints of Jagger #362346

Color information

#362346 (or 0x362346) is unknown color: approx Jagger. HEX triplet: 36, 23 and 46. RGB value is (54,35,70). Sum of RGB (Red+Green+Blue) = 54+35+70=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #362346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362346 is #C9DCB9. Grayscale: #2C2C2C. Windows color (decimal): -13229242 or 4596534. OLE color: 4596534.

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

Color convert

RGB543570-
CMYK0.230.500.73
HSL272.57º33.33%20.59%-
HSV(B)272.57º50%27.45%-
XYZ3.232.436.09-
YUV44.67142.29134.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=33.96%
G=22.01%
B=44.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5435700.230.500.73272.5733.3320.59
Hex36234617320491112115
Octal6643106276201114214125
Binary1101101000111000110101111100100100100110001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362346; }

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

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

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

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

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

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

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

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