#352999

Color #352999 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #352999

Tints of Dark Slate Blue #352999

Color information

#352999 (or 0x352999) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 29 and 99. RGB value is (53,41,153). Sum of RGB (Red+Green+Blue) = 53+41+153=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #352999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352999 is #CAD666. Grayscale: #383838. Windows color (decimal): -13293159 or 10037557. OLE color: 10037557.

HSL color Cylindrical-coordinate representation of color #352999: hue angle of 246.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352999 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5341153-
CMYK0.650.7300.4
HSL246.43º57.73%38.04%-
HSV(B)246.43º73.2%60%-
XYZ8.014.6430.61-
YUV57.36181.98124.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=21.46%
G=16.60%
B=61.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53411530.650.7300.4246.4357.7338.04
Hex3529994149028f63a26
Octal65512311011110503667246
Binary1101011010011001100110000011001001010100011110110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352999; }

 p { color: rgb(53,41,153); }

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

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

 a { background-color: rgb(53,41,153); }

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

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

 span { border-color: rgb(53,41,153); }

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