#352445

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

Shades of Jagger #352445

Tints of Jagger #352445

Color information

#352445 (or 0x352445) is unknown color: approx Jagger. HEX triplet: 35, 24 and 45. RGB value is (53,36,69). Sum of RGB (Red+Green+Blue) = 53+36+69=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #352445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352445 is #CADBBA. Grayscale: #2C2C2C. Windows color (decimal): -13294523 or 4531253. OLE color: 4531253.

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

Color convert

RGB533669-
CMYK0.230.4800.73
HSL270.91º31.43%20.59%-
HSV(B)270.91º47.83%27.06%-
XYZ3.172.455.94-
YUV44.84141.63133.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=33.54%
G=22.78%
B=43.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5336690.230.4800.73270.9131.4320.59
Hex352445173004910f1f15
Octal6544105276001114173725
Binary110101100100100010110111110000010010011000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352445; }

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

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

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

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

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

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

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

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