#352740

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

Shades of Jagger #352740

Tints of Jagger #352740

Color information

#352740 (or 0x352740) is unknown color: approx Jagger. HEX triplet: 35, 27 and 40. RGB value is (53,39,64). Sum of RGB (Red+Green+Blue) = 53+39+64=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #352740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352740 is #CAD8BF. Grayscale: #2D2D2D. Windows color (decimal): -13293760 or 4204341. OLE color: 4204341.

HSL color Cylindrical-coordinate representation of color #352740: hue angle of 273.6º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #352740 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB533964-
CMYK0.170.3900.75
HSL273.6º24.27%20.2%-
HSV(B)273.6º39.06%25.1%-
XYZ3.122.585.18-
YUV46.04138.14132.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=33.97%
G=25%
B=41.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5339640.170.3900.75273.624.2720.2
Hex352740112704B1121814
Octal6547100214701134223024
Binary110101100111100000010001100111010010111000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352740; }

 p { color: rgb(53,39,64); }

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

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

 a { background-color: rgb(53,39,64); }

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

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

 span { border-color: rgb(53,39,64); }

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