#352743

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

Shades of Jagger #352743

Tints of Jagger #352743

Color information

#352743 (or 0x352743) is unknown color: approx Jagger. HEX triplet: 35, 27 and 43. RGB value is (53,39,67). Sum of RGB (Red+Green+Blue) = 53+39+67=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #352743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352743 is #CAD8BC. Grayscale: #2E2E2E. Windows color (decimal): -13293757 or 4400949. OLE color: 4400949.

HSL color Cylindrical-coordinate representation of color #352743: hue angle of 270º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352743 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB533967-
CMYK0.210.4200.74
HSL270º26.42%20.78%-
HSV(B)270º41.79%26.27%-
XYZ3.212.615.65-
YUV46.38139.64132.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=33.33%
G=24.53%
B=42.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5339670.210.4200.7427026.4220.78
Hex352743152A04A10e1a15
Octal6547103255201124163225
Binary110101100111100001110101101010010010101000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352743; }

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

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

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

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

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

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

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

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