#362344

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

Shades of Jagger #362344

Tints of Jagger #362344

Color information

#362344 (or 0x362344) is unknown color: approx Jagger. HEX triplet: 36, 23 and 44. RGB value is (54,35,68). Sum of RGB (Red+Green+Blue) = 54+35+68=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #362344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362344 is #C9DCBB. Grayscale: #2C2C2C. Windows color (decimal): -13229244 or 4465462. OLE color: 4465462.

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

Color convert

RGB543568-
CMYK0.210.4900.73
HSL274.55º32.04%20.2%-
HSV(B)274.55º48.53%26.67%-
XYZ3.172.45.77-
YUV44.44141.29134.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=34.39%
G=22.29%
B=43.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5435680.210.4900.73274.5532.0420.2
Hex36234415310491132014
Octal6643104256101114234024
Binary1101101000111000100101011100010100100110001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362344; }

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

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

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

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

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

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

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

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