#353897

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

Shades of Dark Slate Blue #353897

Tints of Dark Slate Blue #353897

Color information

#353897 (or 0x353897) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 38 and 97. RGB value is (53,56,151). Sum of RGB (Red+Green+Blue) = 53+56+151=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #353897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353897 is #CAC768. Grayscale: #414141. Windows color (decimal): -13289321 or 9910325. OLE color: 9910325.

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

Color convert

RGB5356151-
CMYK0.650.6300.41
HSL238.16º48.04%40%-
HSV(B)238.16º64.9%59.22%-
XYZ8.475.8229.96-
YUV65.93176.01118.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 151 (59.38% from 255) = 58.08%
R=20.38%
G=21.54%
B=58.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53561510.650.6300.41238.1648.0440
Hex353897413F029ee3028
Octal6570227101770513566050
Binary110101111000100101111000001111111010100111101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353897; }

 p { color: rgb(53,56,151); }

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

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

 a { background-color: rgb(53,56,151); }

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

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

 span { border-color: rgb(53,56,151); }

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