#353795

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

Shades of Dark Slate Blue #353795

Tints of Dark Slate Blue #353795

Color information

#353795 (or 0x353795) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 37 and 95. RGB value is (53,55,149). Sum of RGB (Red+Green+Blue) = 53+55+149=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #353795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353795 is #CAC86A. Grayscale: #404040. Windows color (decimal): -13289579 or 9778997. OLE color: 9778997.

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

Color convert

RGB5355149-
CMYK0.640.6300.42
HSL238.75º47.52%39.61%-
HSV(B)238.75º64.43%58.43%-
XYZ8.265.6629.09-
YUV65.12175.34119.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=20.62%
G=21.40%
B=57.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53551490.640.6300.42238.7547.5239.61
Hex353795403F02Aef3028
Octal6567225100770523576050
Binary110101110111100101011000000111111010101011101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353795; }

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

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

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

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

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

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

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

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