#393266

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

Shades of Minsk #393266

Tints of Minsk #393266

Color information

#393266 (or 0x393266) is unknown color: approx Minsk. HEX triplet: 39, 32 and 66. RGB value is (57,50,102). Sum of RGB (Red+Green+Blue) = 57+50+102=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #393266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393266 is #C6CD99. Grayscale: #393939. Windows color (decimal): -13028762 or 6697529. OLE color: 6697529.

HSL color Cylindrical-coordinate representation of color #393266: hue angle of 248.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #393266 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5750102-
CMYK0.440.5100.6
HSL248.08º34.21%29.8%-
HSV(B)248.08º50.98%40%-
XYZ5.234.1113.09-
YUV58.02152.82127.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=27.27%
G=23.92%
B=48.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57501020.440.5100.6248.0834.2129.8
Hex3932662C3303Cf8221e
Octal716214654630743704236
Binary111001110010110011010110011001101111001111100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393266; }

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

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

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

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

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

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

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

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