#392D67

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

Shades of Minsk #392D67

Tints of Minsk #392D67

Color information

#392D67 (or 0x392D67) is unknown color: approx Minsk. HEX triplet: 39, 2D and 67. RGB value is (57,45,103). Sum of RGB (Red+Green+Blue) = 57+45+103=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #392D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D67 is #C6D298. Grayscale: #363636. Windows color (decimal): -13030041 or 6761785. OLE color: 6761785.

HSL color Cylindrical-coordinate representation of color #392D67: hue angle of 252.41º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392D67 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5745103-
CMYK0.450.5600.60
HSL252.41º39.19%29.02%-
HSV(B)252.41º56.31%40.39%-
XYZ5.073.7313.28-
YUV55.2154.98129.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=27.80%
G=21.95%
B=50.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57451030.450.5600.60252.4139.1929.02
Hex392D672D3803Cfc271d
Octal715514755700743744735
Binary111001101101110011110110111100001111001111110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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