#352148

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

Shades of Jagger #352148

Tints of Jagger #352148

Color information

#352148 (or 0x352148) is unknown color: approx Jagger. HEX triplet: 35, 21 and 48. RGB value is (53,33,72). Sum of RGB (Red+Green+Blue) = 53+33+72=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #352148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352148 is #CADEB7. Grayscale: #2B2B2B. Windows color (decimal): -13295288 or 4727093. OLE color: 4727093.

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

Color convert

RGB533372-
CMYK0.260.5400.72
HSL270.77º37.14%20.59%-
HSV(B)270.77º54.17%28.24%-
XYZ3.182.316.41-
YUV43.43144.13134.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=33.54%
G=20.89%
B=45.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5333720.260.5400.72270.7737.1420.59
Hex3521481A3604810f2515
Octal6541110326601104174525
Binary1101011000011001000110101101100100100010000111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352148; }

 p { color: rgb(53,33,72); }

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

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

 a { background-color: rgb(53,33,72); }

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

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

 span { border-color: rgb(53,33,72); }

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