#353A9F

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

Shades of Dark Slate Blue #353A9F

Tints of Dark Slate Blue #353A9F

Color information

#353A9F (or 0x353A9F) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 3A and 9F. RGB value is (53,58,159). Sum of RGB (Red+Green+Blue) = 53+58+159=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #353A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A9F is #CAC560. Grayscale: #434343. Windows color (decimal): -13288801 or 10435125. OLE color: 10435125.

HSL color Cylindrical-coordinate representation of color #353A9F: hue angle of 237.17º 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 #353A9F is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5358159-
CMYK0.670.6400.38
HSL237.17º50%41.57%-
HSV(B)237.17º66.67%62.35%-
XYZ9.246.2933.53-
YUV68.02179.34117.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=19.63%
G=21.48%
B=58.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53581590.670.6400.38237.175041.57
Hex353A9F4340026ed322a
Octal65722371031000463556252
Binary1101011110101001111110000111000000010011011101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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