#352246

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

Shades of Jagger #352246

Tints of Jagger #352246

Color information

#352246 (or 0x352246) is unknown color: approx Jagger. HEX triplet: 35, 22 and 46. RGB value is (53,34,70). Sum of RGB (Red+Green+Blue) = 53+34+70=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #352246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352246 is #CADDB9. Grayscale: #2B2B2B. Windows color (decimal): -13295034 or 4596277. OLE color: 4596277.

HSL color Cylindrical-coordinate representation of color #352246: hue angle of 271.67º degrees, saturation: 0.35, 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 #352246 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB533470-
CMYK0.240.5100.73
HSL271.67º34.62%20.39%-
HSV(B)271.67º51.43%27.45%-
XYZ3.152.346.08-
YUV43.78142.79134.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=33.76%
G=21.66%
B=44.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5334700.240.5100.73271.6734.6220.39
Hex35224618330491102314
Octal6542106306301114204324
Binary1101011000101000110110001100110100100110001000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352246; }

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

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

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

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

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

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

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

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