#36389D

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

Shades of Dark Slate Blue #36389D

Tints of Dark Slate Blue #36389D

Color information

#36389D (or 0x36389D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 38 and 9D. RGB value is (54,56,157). Sum of RGB (Red+Green+Blue) = 54+56+157=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #36389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36389D is #C9C762. Grayscale: #424242. Windows color (decimal): -13223779 or 10303542. OLE color: 10303542.

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

Color convert

RGB5456157-
CMYK0.660.6400.38
HSL238.83º48.82%41.37%-
HSV(B)238.83º65.61%61.57%-
XYZ9.026.0532.59-
YUV66.92178.84118.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=20.22%
G=20.97%
B=58.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54561570.660.6400.38238.8348.8241.37
Hex36389D4240026ef3129
Octal66702351021000463576151
Binary1101101110001001110110000101000000010011011101111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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