#352546

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

Shades of Jagger #352546

Tints of Jagger #352546

Color information

#352546 (or 0x352546) is unknown color: approx Jagger. HEX triplet: 35, 25 and 46. RGB value is (53,37,70). Sum of RGB (Red+Green+Blue) = 53+37+70=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #352546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352546 is #CADAB9. Grayscale: #2D2D2D. Windows color (decimal): -13294266 or 4597045. OLE color: 4597045.

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

Color convert

RGB533770-
CMYK0.240.4700.73
HSL269.09º30.84%20.98%-
HSV(B)269.09º47.14%27.45%-
XYZ3.242.526.11-
YUV45.55141.8133.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=33.12%
G=23.12%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5337700.240.4700.73269.0930.8420.98
Hex352546182F04910d1f15
Octal6545106305701114153725
Binary110101100101100011011000101111010010011000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352546; }

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

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

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

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

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

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

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

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