#36349D

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

Shades of Dark Slate Blue #36349D

Tints of Dark Slate Blue #36349D

Color information

#36349D (or 0x36349D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 34 and 9D. RGB value is (54,52,157). Sum of RGB (Red+Green+Blue) = 54+52+157=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #36349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36349D is #C9CB62. Grayscale: #404040. Windows color (decimal): -13224803 or 10302518. OLE color: 10302518.

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

Color convert

RGB5452157-
CMYK0.660.6700.38
HSL241.14º50.24%40.98%-
HSV(B)241.14º66.88%61.57%-
XYZ8.845.6732.53-
YUV64.57180.16120.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 157 (61.72% from 255) = 59.70%
R=20.53%
G=19.77%
B=59.70%

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
Decimal54521570.660.6700.38241.1450.2440.98
Hex36349D4243026f13229
Octal66642351021030463616251
Binary1101101101001001110110000101000011010011011110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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