#392E83

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

Shades of Dark Slate Blue #392E83

Tints of Dark Slate Blue #392E83

Color information

#392E83 (or 0x392E83) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2E and 83. RGB value is (57,46,131). Sum of RGB (Red+Green+Blue) = 57+46+131=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #392E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E83 is #C6D17C. Grayscale: #3A3A3A. Windows color (decimal): -13029757 or 8597049. OLE color: 8597049.

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

Color convert

RGB5746131-
CMYK0.560.6500.49
HSL247.76º48.02%34.71%-
HSV(B)247.76º64.89%51.37%-
XYZ6.764.4621.98-
YUV58.98168.64126.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=24.36%
G=19.66%
B=55.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57461310.560.6500.49247.7648.0234.71
Hex392E833841031f83023
Octal7156203701010613706043
Binary111001101110100000111110001000001011000111111000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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