#36369E

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

Shades of Dark Slate Blue #36369E

Tints of Dark Slate Blue #36369E

Color information

#36369E (or 0x36369E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 36 and 9E. RGB value is (54,54,158). Sum of RGB (Red+Green+Blue) = 54+54+158=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #36369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36369E is #C9C961. Grayscale: #414141. Windows color (decimal): -13224290 or 10368566. OLE color: 10368566.

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

Color convert

RGB5454158-
CMYK0.660.6600.38
HSL240º49.06%41.57%-
HSV(B)240º65.82%61.96%-
XYZ9.015.8933.01-
YUV65.86180119.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=20.30%
G=20.30%
B=59.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54541580.660.6600.3824049.0641.57
Hex36369E4242026f0312a
Octal66662361021020463606152
Binary1101101101101001111010000101000010010011011110000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36369E; }

 p { color: rgb(54,54,158); }

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

<style>
 a { background-color: #36369E; }

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

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

<style>
 span { border-color: #36369E; }

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

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