#392F85

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

Shades of Dark Slate Blue #392F85

Tints of Dark Slate Blue #392F85

Color information

#392F85 (or 0x392F85) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2F and 85. RGB value is (57,47,133). Sum of RGB (Red+Green+Blue) = 57+47+133=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #392F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F85 is #C6D07A. Grayscale: #3B3B3B. Windows color (decimal): -13029499 or 8728377. OLE color: 8728377.

HSL color Cylindrical-coordinate representation of color #392F85: hue angle of 246.98º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392F85 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5747133-
CMYK0.570.6500.48
HSL246.98º47.78%35.29%-
HSV(B)246.98º64.66%52.16%-
XYZ6.944.622.71-
YUV59.79169.31126.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=24.05%
G=19.83%
B=56.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57471330.570.6500.48246.9847.7835.29
Hex392F853941030f73023
Octal7157205711010603676043
Binary111001101111100001011110011000001011000011110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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