#393063

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

Shades of Minsk #393063

Tints of Minsk #393063

Color information

#393063 (or 0x393063) is unknown color: approx Minsk. HEX triplet: 39, 30 and 63. RGB value is (57,48,99). Sum of RGB (Red+Green+Blue) = 57+48+99=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #393063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393063 is #C6CF9C. Grayscale: #383838. Windows color (decimal): -13029277 or 6500409. OLE color: 6500409.

HSL color Cylindrical-coordinate representation of color #393063: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393063 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB574899-
CMYK0.420.5200.61
HSL250.59º34.69%28.82%-
HSV(B)250.59º51.52%38.82%-
XYZ53.8812.29-
YUV56.5151.98128.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=27.94%
G=23.53%
B=48.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5748990.420.5200.61250.5934.6928.82
Hex3930632A3403Dfb231d
Octal716014352640753734335
Binary111001110000110001110101011010001111011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393063; }

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

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

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

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

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

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

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

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