#392E89

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

Shades of Dark Slate Blue #392E89

Tints of Dark Slate Blue #392E89

Color information

#392E89 (or 0x392E89) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2E and 89. RGB value is (57,46,137). Sum of RGB (Red+Green+Blue) = 57+46+137=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #392E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E89 is #C6D176. Grayscale: #3B3B3B. Windows color (decimal): -13029751 or 8990265. OLE color: 8990265.

HSL color Cylindrical-coordinate representation of color #392E89: hue angle of 247.25º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392E89 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5746137-
CMYK0.580.6600.46
HSL247.25º49.73%35.88%-
HSV(B)247.25º66.42%53.73%-
XYZ7.184.6324.18-
YUV59.66171.64126.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=23.75%
G=19.17%
B=57.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57461370.580.6600.46247.2549.7335.88
Hex392E893A4202Ef73224
Octal7156211721020563676244
Binary111001101110100010011110101000010010111011110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E89; }

 p { color: rgb(57,46,137); }

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

<style>
 a { background-color: #392E89; }

 a { background-color: rgb(57,46,137); }

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

<style>
 span { border-color: #392E89; }

 span { border-color: rgb(57,46,137); }

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