#392D85

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

Shades of Dark Slate Blue #392D85

Tints of Dark Slate Blue #392D85

Color information

#392D85 (or 0x392D85) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2D and 85. RGB value is (57,45,133). Sum of RGB (Red+Green+Blue) = 57+45+133=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #392D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392D85 is #C6D27A. Grayscale: #3A3A3A. Windows color (decimal): -13030011 or 8727865. OLE color: 8727865.

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

Color convert

RGB5745133-
CMYK0.570.6600.48
HSL248.18º49.44%34.9%-
HSV(B)248.18º66.17%52.16%-
XYZ6.864.4422.69-
YUV58.62169.98126.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=24.26%
G=19.15%
B=56.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57451330.570.6600.48248.1849.4434.9
Hex392D853942030f83123
Octal7155205711020603706143
Binary111001101101100001011110011000010011000011111000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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