#393069

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

Shades of Minsk #393069

Tints of Minsk #393069

Color information

#393069 (or 0x393069) is unknown color: approx Minsk. HEX triplet: 39, 30 and 69. RGB value is (57,48,105). Sum of RGB (Red+Green+Blue) = 57+48+105=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #393069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393069 is #C6CF96. Grayscale: #383838. Windows color (decimal): -13029271 or 6893625. OLE color: 6893625.

HSL color Cylindrical-coordinate representation of color #393069: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393069 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5748105-
CMYK0.460.5400.59
HSL249.47º37.25%30%-
HSV(B)249.47º54.29%41.18%-
XYZ5.29413.86-
YUV57.19154.98127.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 105 (41.41% from 255) = 50%
R=27.14%
G=22.86%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57481050.460.5400.59249.4737.2530
Hex3930692E3603Bf9251e
Octal716015156660733714536
Binary111001110000110100110111011011001110111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393069; }

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

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

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

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

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

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

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

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