#36359F

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

Shades of Dark Slate Blue #36359F

Tints of Dark Slate Blue #36359F

Color information

#36359F (or 0x36359F) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 35 and 9F. RGB value is (54,53,159). Sum of RGB (Red+Green+Blue) = 54+53+159=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #36359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36359F is #C9CA60. Grayscale: #404040. Windows color (decimal): -13224545 or 10433846. OLE color: 10433846.

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

Color convert

RGB5453159-
CMYK0.660.6700.38
HSL240.57º50%41.57%-
HSV(B)240.57º66.67%62.35%-
XYZ9.055.8333.45-
YUV65.38180.83119.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 159 (62.5% from 255) = 59.77%
R=20.30%
G=19.92%
B=59.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54531590.660.6700.38240.575041.57
Hex36359F4243026f1322a
Octal66652371021030463616252
Binary1101101101011001111110000101000011010011011110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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