#352444

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

Shades of Jagger #352444

Tints of Jagger #352444

Color information

#352444 (or 0x352444) is unknown color: approx Jagger. HEX triplet: 35, 24 and 44. RGB value is (53,36,68). Sum of RGB (Red+Green+Blue) = 53+36+68=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 36 (14.45% from 255 or 22.93% 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 #352444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352444 is #CADBBB. Grayscale: #2C2C2C. Windows color (decimal): -13294524 or 4465717. OLE color: 4465717.

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

Color convert

RGB533668-
CMYK0.220.4700.73
HSL271.88º30.77%20.39%-
HSV(B)271.88º47.06%26.67%-
XYZ3.142.445.77-
YUV44.73141.13133.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=33.76%
G=22.93%
B=43.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5336680.220.4700.73271.8830.7720.39
Hex352444162F0491101f14
Octal6544104265701114203724
Binary110101100100100010010110101111010010011000100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352444; }

 p { color: rgb(53,36,68); }

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

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

 a { background-color: rgb(53,36,68); }

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

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

 span { border-color: rgb(53,36,68); }

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