#35339E

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

Shades of Dark Slate Blue #35339E

Tints of Dark Slate Blue #35339E

Color information

#35339E (or 0x35339E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 9E. RGB value is (53,51,158). Sum of RGB (Red+Green+Blue) = 53+51+158=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #35339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35339E is #CACC61. Grayscale: #3F3F3F. Windows color (decimal): -13290594 or 10367797. OLE color: 10367797.

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

Color convert

RGB5351158-
CMYK0.660.6800.38
HSL241.12º51.2%40.98%-
HSV(B)241.12º67.72%61.96%-
XYZ8.825.5932.96-
YUV63.8181.16120.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=20.23%
G=19.47%
B=60.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53511580.660.6800.38241.1251.240.98
Hex35339E4244026f13329
Octal65632361021040463616351
Binary1101011100111001111010000101000100010011011110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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