#35399E

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

Shades of Dark Slate Blue #35399E

Tints of Dark Slate Blue #35399E

Color information

#35399E (or 0x35399E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 39 and 9E. RGB value is (53,57,158). Sum of RGB (Red+Green+Blue) = 53+57+158=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #35399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35399E is #CAC661. Grayscale: #424242. Windows color (decimal): -13289058 or 10369333. OLE color: 10369333.

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

Color convert

RGB5357158-
CMYK0.660.6400.38
HSL237.71º49.76%41.37%-
HSV(B)237.71º66.46%61.96%-
XYZ9.16.1533.06-
YUV67.32179.17117.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=19.78%
G=21.27%
B=58.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53571580.660.6400.38237.7149.7641.37
Hex35399E4240026ee3229
Octal65712361021000463566251
Binary1101011110011001111010000101000000010011011101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35399E; }

 p { color: rgb(53,57,158); }

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

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

 a { background-color: rgb(53,57,158); }

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

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

 span { border-color: rgb(53,57,158); }

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