#35319B

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

Shades of Dark Slate Blue #35319B

Tints of Dark Slate Blue #35319B

Color information

#35319B (or 0x35319B) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 31 and 9B. RGB value is (53,49,155). Sum of RGB (Red+Green+Blue) = 53+49+155=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #35319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35319B is #CACE64. Grayscale: #3D3D3D. Windows color (decimal): -13291109 or 10170677. OLE color: 10170677.

HSL color Cylindrical-coordinate representation of color #35319B: hue angle of 242.26º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35319B is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5349155-
CMYK0.660.6800.39
HSL242.26º51.96%40%-
HSV(B)242.26º68.39%60.78%-
XYZ8.485.3231.59-
YUV62.28180.33121.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=20.62%
G=19.07%
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.39
SystemRedGreenBlueCMYKHSL
Decimal53491550.660.6800.39242.2651.9640
Hex35319B4244027f23428
Octal65612331021040473626450
Binary1101011100011001101110000101000100010011111110010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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