#393074

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

Shades of Minsk #393074

Tints of Minsk #393074

Color information

#393074 (or 0x393074) is unknown color: approx Minsk. HEX triplet: 39, 30 and 74. RGB value is (57,48,116). Sum of RGB (Red+Green+Blue) = 57+48+116=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #393074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393074 is #C6CF8B. Grayscale: #3A3A3A. Windows color (decimal): -13029260 or 7614521. OLE color: 7614521.

HSL color Cylindrical-coordinate representation of color #393074: hue angle of 247.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393074 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5748116-
CMYK0.510.5900.55
HSL247.94º41.46%32.16%-
HSV(B)247.94º58.62%45.49%-
XYZ5.94.2417.03-
YUV58.44160.48126.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=25.79%
G=21.72%
B=52.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57481160.510.5900.55247.9441.4632.16
Hex393074333B037f82920
Octal716016463730673705140
Binary1110011100001110100110011111011011011111111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393074; }

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

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

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

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

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

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

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

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