#35339D

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

Shades of Dark Slate Blue #35339D

Tints of Dark Slate Blue #35339D

Color information

#35339D (or 0x35339D) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 9D. RGB value is (53,51,157). Sum of RGB (Red+Green+Blue) = 53+51+157=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #35339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35339D is #CACC62. Grayscale: #3F3F3F. Windows color (decimal): -13290595 or 10302261. OLE color: 10302261.

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

Color convert

RGB5351157-
CMYK0.660.6800.38
HSL241.13º50.96%40.78%-
HSV(B)241.13º67.52%61.57%-
XYZ8.745.5632.51-
YUV63.68180.66120.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=20.31%
G=19.54%
B=60.15%

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
Decimal53511570.660.6800.38241.1350.9640.78
Hex35339D4244026f13329
Octal65632351021040463616351
Binary1101011100111001110110000101000100010011011110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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