#392F90

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

Shades of Dark Slate Blue #392F90

Tints of Dark Slate Blue #392F90

Color information

#392F90 (or 0x392F90) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2F and 90. RGB value is (57,47,144). Sum of RGB (Red+Green+Blue) = 57+47+144=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #392F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F90 is #C6D06F. Grayscale: #3C3C3C. Windows color (decimal): -13029488 or 9449273. OLE color: 9449273.

HSL color Cylindrical-coordinate representation of color #392F90: hue angle of 246.19º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392F90 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5747144-
CMYK0.600.6700.44
HSL246.19º50.79%37.45%-
HSV(B)246.19º67.36%56.47%-
XYZ7.744.9226.93-
YUV61.05174.81125.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=22.98%
G=18.95%
B=58.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57471440.600.6700.44246.1950.7937.45
Hex392F903C4302Cf63325
Octal7157220741030543666345
Binary111001101111100100001111001000011010110011110110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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