#35319F

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

Shades of Dark Slate Blue #35319F

Tints of Dark Slate Blue #35319F

Color information

#35319F (or 0x35319F) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 31 and 9F. RGB value is (53,49,159). Sum of RGB (Red+Green+Blue) = 53+49+159=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #35319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35319F is #CACE60. Grayscale: #3E3E3E. Windows color (decimal): -13291105 or 10432821. OLE color: 10432821.

HSL color Cylindrical-coordinate representation of color #35319F: hue angle of 242.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35319F is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5349159-
CMYK0.670.6900.38
HSL242.18º52.88%40.78%-
HSV(B)242.18º69.18%62.35%-
XYZ8.825.4633.39-
YUV62.74182.33121.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=20.31%
G=18.77%
B=60.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53491590.670.6900.38242.1852.8840.78
Hex35319F4345026f23529
Octal65612371031050463626551
Binary1101011100011001111110000111000101010011011110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35319F; }

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

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

<style>
 a { background-color: #35319F; }

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

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

<style>
 span { border-color: #35319F; }

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

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