#353A9D

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

Shades of Dark Slate Blue #353A9D

Tints of Dark Slate Blue #353A9D

Color information

#353A9D (or 0x353A9D) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 3A and 9D. RGB value is (53,58,157). Sum of RGB (Red+Green+Blue) = 53+58+157=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #353A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A9D is #CAC562. Grayscale: #434343. Windows color (decimal): -13288803 or 10304053. OLE color: 10304053.

HSL color Cylindrical-coordinate representation of color #353A9D: hue angle of 237.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353A9D is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5358157-
CMYK0.660.6300.38
HSL237.12º49.52%41.18%-
HSV(B)237.12º66.24%61.57%-
XYZ9.076.2232.62-
YUV67.79178.34117.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=19.78%
G=21.64%
B=58.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53581570.660.6300.38237.1249.5241.18
Hex353A9D423F026ed3229
Octal6572235102770463556251
Binary110101111010100111011000010111111010011011101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A9D; }

 p { color: rgb(53,58,157); }

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

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

 a { background-color: rgb(53,58,157); }

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

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

 span { border-color: rgb(53,58,157); }

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