#392B6F

Color #392B6F Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #392B6F

Tints of Minsk #392B6F

Color information

#392B6F (or 0x392B6F) is unknown color: approx Minsk. HEX triplet: 39, 2B and 6F. RGB value is (57,43,111). Sum of RGB (Red+Green+Blue) = 57+43+111=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #392B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B6F is #C6D490. Grayscale: #363636. Windows color (decimal): -13030545 or 7285561. OLE color: 7285561.

HSL color Cylindrical-coordinate representation of color #392B6F: hue angle of 252.35º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392B6F is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5743111-
CMYK0.490.6100.56
HSL252.35º44.16%30.2%-
HSV(B)252.35º61.26%43.53%-
XYZ5.423.7515.48-
YUV54.94159.64129.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=27.01%
G=20.38%
B=52.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57431110.490.6100.56252.3544.1630.2
Hex392B6F313D038fc2c1e
Octal715315761750703745436
Binary111001101011110111111000111110101110001111110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,111); }

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

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

 a { background-color: rgb(57,43,111); }

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

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

 span { border-color: rgb(57,43,111); }

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