#352245

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

Shades of Jagger #352245

Tints of Jagger #352245

Color information

#352245 (or 0x352245) is unknown color: approx Jagger. HEX triplet: 35, 22 and 45. RGB value is (53,34,69). Sum of RGB (Red+Green+Blue) = 53+34+69=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #352245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352245 is #CADDBA. Grayscale: #2B2B2B. Windows color (decimal): -13295035 or 4530741. OLE color: 4530741.

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

Color convert

RGB533469-
CMYK0.230.5100.73
HSL272.57º33.98%20.2%-
HSV(B)272.57º50.72%27.06%-
XYZ3.112.335.92-
YUV43.67142.29134.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=33.97%
G=21.79%
B=44.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5334690.230.5100.73272.5733.9820.2
Hex35224517330491112214
Octal6542105276301114214224
Binary1101011000101000101101111100110100100110001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352245; }

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

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

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

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

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

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

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

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