#392C63

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

Shades of Minsk #392C63

Tints of Minsk #392C63

Color information

#392C63 (or 0x392C63) is unknown color: approx Minsk. HEX triplet: 39, 2C and 63. RGB value is (57,44,99). Sum of RGB (Red+Green+Blue) = 57+44+99=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #392C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C63 is #C6D39C. Grayscale: #353535. Windows color (decimal): -13030301 or 6499385. OLE color: 6499385.

HSL color Cylindrical-coordinate representation of color #392C63: hue angle of 254.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392C63 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB574499-
CMYK0.420.5600.61
HSL254.18º38.46%28.04%-
HSV(B)254.18º55.56%38.82%-
XYZ4.843.5712.24-
YUV54.16153.31130.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=28.5%
G=22%
B=49.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5744990.420.5600.61254.1838.4628.04
Hex392C632A3803Dfe261c
Octal715414352700753764634
Binary111001101100110001110101011100001111011111111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,99); }

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

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

 a { background-color: rgb(57,44,99); }

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

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

 span { border-color: rgb(57,44,99); }

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