#352695

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

Shades of Dark Slate Blue #352695

Tints of Dark Slate Blue #352695

Color information

#352695 (or 0x352695) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 26 and 95. RGB value is (53,38,149). Sum of RGB (Red+Green+Blue) = 53+38+149=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #352695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352695 is #CAD96A. Grayscale: #363636. Windows color (decimal): -13293931 or 9774645. OLE color: 9774645.

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

Color convert

RGB5338149-
CMYK0.640.7400.42
HSL248.11º59.36%36.67%-
HSV(B)248.11º74.5%58.43%-
XYZ7.594.3128.87-
YUV55.14180.97126.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 149 (58.59% from 255) = 62.08%
R=22.08%
G=15.83%
B=62.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53381490.640.7400.42248.1159.3636.67
Hex352695404A02Af83b25
Octal65462251001120523707345
Binary1101011001101001010110000001001010010101011111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352695; }

 p { color: rgb(53,38,149); }

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

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

 a { background-color: rgb(53,38,149); }

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

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

 span { border-color: rgb(53,38,149); }

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