#352996

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

Shades of Dark Slate Blue #352996

Tints of Dark Slate Blue #352996

Color information

#352996 (or 0x352996) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 29 and 96. RGB value is (53,41,150). Sum of RGB (Red+Green+Blue) = 53+41+150=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #352996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352996 is #CAD669. Grayscale: #383838. Windows color (decimal): -13293162 or 9840949. OLE color: 9840949.

HSL color Cylindrical-coordinate representation of color #352996: hue angle of 246.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352996 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5341150-
CMYK0.650.7300.41
HSL246.61º57.07%37.45%-
HSV(B)246.61º72.67%58.82%-
XYZ7.774.5429.32-
YUV57.01180.48125.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=21.72%
G=16.80%
B=61.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53411500.650.7300.41246.6157.0737.45
Hex3529964149029f73925
Octal65512261011110513677145
Binary1101011010011001011010000011001001010100111110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352996; }

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

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

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

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

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

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

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

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