#353091

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

Shades of Dark Slate Blue #353091

Tints of Dark Slate Blue #353091

Color information

#353091 (or 0x353091) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 30 and 91. RGB value is (53,48,145). Sum of RGB (Red+Green+Blue) = 53+48+145=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #353091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353091 is #CACF6E. Grayscale: #3C3C3C. Windows color (decimal): -13291375 or 9515061. OLE color: 9515061.

HSL color Cylindrical-coordinate representation of color #353091: hue angle of 243.09º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353091 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5348145-
CMYK0.630.6700.43
HSL243.09º50.26%37.84%-
HSV(B)243.09º66.9%56.86%-
XYZ7.644.9227.33-
YUV60.55175.66122.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=21.54%
G=19.51%
B=58.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53481450.630.6700.43243.0950.2637.84
Hex3530913F4302Bf33226
Octal6560221771030533636246
Binary110101110000100100011111111000011010101111110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353091; }

 p { color: rgb(53,48,145); }

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

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

 a { background-color: rgb(53,48,145); }

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

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

 span { border-color: rgb(53,48,145); }

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