#36349F

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

Shades of Dark Slate Blue #36349F

Tints of Dark Slate Blue #36349F

Color information

#36349F (or 0x36349F) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 34 and 9F. RGB value is (54,52,159). Sum of RGB (Red+Green+Blue) = 54+52+159=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #36349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36349F is #C9CB60. Grayscale: #404040. Windows color (decimal): -13224801 or 10433590. OLE color: 10433590.

HSL color Cylindrical-coordinate representation of color #36349F: 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.67%. Process color model (Four color, CMYK) of #36349F is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5452159-
CMYK0.660.6700.38
HSL241.12º50.71%41.37%-
HSV(B)241.12º67.3%62.35%-
XYZ9.015.7433.43-
YUV64.8181.16120.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 159 (62.5% from 255) = 60%
R=20.38%
G=19.62%
B=60%

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
Decimal54521590.660.6700.38241.1250.7141.37
Hex36349F4243026f13329
Octal66642371021030463616351
Binary1101101101001001111110000101000011010011011110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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