#352544

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

Shades of Jagger #352544

Tints of Jagger #352544

Color information

#352544 (or 0x352544) is unknown color: approx Jagger. HEX triplet: 35, 25 and 44. RGB value is (53,37,68). Sum of RGB (Red+Green+Blue) = 53+37+68=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 68 - color contains mainly: blue. Hex color #352544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352544 is #CADABB. Grayscale: #2D2D2D. Windows color (decimal): -13294268 or 4465973. OLE color: 4465973.

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

Color convert

RGB533768-
CMYK0.220.4600.73
HSL270.97º29.52%20.59%-
HSV(B)270.97º45.59%26.67%-
XYZ3.172.55.78-
YUV45.32140.8133.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=33.54%
G=23.42%
B=43.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5337680.220.4600.73270.9729.5220.59
Hex352544162E04910f1e15
Octal6545104265601114173625
Binary110101100101100010010110101110010010011000011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352544; }

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

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

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

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

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

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

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

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