#393076

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

Shades of Minsk #393076

Tints of Minsk #393076

Color information

#393076 (or 0x393076) is unknown color: approx Minsk. HEX triplet: 39, 30 and 76. RGB value is (57,48,118). Sum of RGB (Red+Green+Blue) = 57+48+118=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #393076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393076 is #C6CF89. Grayscale: #3A3A3A. Windows color (decimal): -13029258 or 7745593. OLE color: 7745593.

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

Color convert

RGB5748118-
CMYK0.520.5900.54
HSL247.71º42.17%32.55%-
HSV(B)247.71º59.32%46.27%-
XYZ6.014.2917.65-
YUV58.67161.48126.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=25.56%
G=21.52%
B=52.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57481180.520.5900.54247.7142.1732.55
Hex393076343B036f82a21
Octal716016664730663705241
Binary1110011100001110110110100111011011011011111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393076; }

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

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

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

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

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

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

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

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