#392F87

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

Shades of Dark Slate Blue #392F87

Tints of Dark Slate Blue #392F87

Color information

#392F87 (or 0x392F87) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2F and 87. RGB value is (57,47,135). Sum of RGB (Red+Green+Blue) = 57+47+135=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #392F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F87 is #C6D078. Grayscale: #3B3B3B. Windows color (decimal): -13029497 or 8859449. OLE color: 8859449.

HSL color Cylindrical-coordinate representation of color #392F87: hue angle of 246.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392F87 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5747135-
CMYK0.580.6500.47
HSL246.82º48.35%35.69%-
HSV(B)246.82º65.19%52.94%-
XYZ7.084.6523.45-
YUV60.02170.31125.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=23.85%
G=19.67%
B=56.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57471350.580.6500.47246.8248.3535.69
Hex392F873A4102Ff73024
Octal7157207721010573676044
Binary111001101111100001111110101000001010111111110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,47,135); }

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

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

 a { background-color: rgb(57,47,135); }

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

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

 span { border-color: rgb(57,47,135); }

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