#353d9f

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

Shades of Dark Slate Blue #353D9F

Tints of Dark Slate Blue #353D9F

Color information

#353D9F (or 0x353D9F) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 3D and 9F. RGB value is (53,61,159). Sum of RGB (Red+Green+Blue) = 53+61+159=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #353D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D9F is #CAC260. Grayscale: #454545. Windows color (decimal): -13288033 or 10435893. OLE color: 10435893.

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

Color convert

RGB5361159-
CMYK0.670.6200.38
HSL235.47º50%41.57%-
HSV(B)235.47º66.67%62.35%-
XYZ9.396.633.58-
YUV69.78178.35116.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=19.41%
G=22.34%
B=58.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53611590.670.6200.38235.475041.57
Hex353D9F433E026eb322a
Octal6575237103760463536252
Binary110101111101100111111000011111110010011011101011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,159); }

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

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

 a { background-color: rgb(53,61,159); }

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

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

 span { border-color: rgb(53,61,159); }

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