#393263

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

Shades of Minsk #393263

Tints of Minsk #393263

Color information

#393263 (or 0x393263) is unknown color: approx Minsk. HEX triplet: 39, 32 and 63. RGB value is (57,50,99). Sum of RGB (Red+Green+Blue) = 57+50+99=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #393263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393263 is #C6CD9C. Grayscale: #393939. Windows color (decimal): -13028765 or 6500921. OLE color: 6500921.

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

Color convert

RGB575099-
CMYK0.420.4900.61
HSL248.57º32.89%29.22%-
HSV(B)248.57º49.49%38.82%-
XYZ5.084.0512.32-
YUV57.68151.32127.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=27.67%
G=24.27%
B=48.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5750990.420.4900.61248.5732.8929.22
Hex3932632A3103Df9211d
Octal716214352610753714135
Binary111001110010110001110101011000101111011111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393263; }

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

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

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

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

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

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

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

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