#393261

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

Shades of Minsk #393261

Tints of Minsk #393261

Color information

#393261 (or 0x393261) is unknown color: approx Minsk. HEX triplet: 39, 32 and 61. RGB value is (57,50,97). Sum of RGB (Red+Green+Blue) = 57+50+97=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #393261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393261 is #C6CD9E. Grayscale: #393939. Windows color (decimal): -13028767 or 6369849. OLE color: 6369849.

HSL color Cylindrical-coordinate representation of color #393261: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393261 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575097-
CMYK0.410.4800.62
HSL248.94º31.97%28.82%-
HSV(B)248.94º48.45%38.04%-
XYZ4.994.0111.82-
YUV57.45150.32127.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=27.94%
G=24.51%
B=47.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5750970.410.4800.62248.9431.9728.82
Hex393261293003Ef9201d
Octal716214151600763714035
Binary111001110010110000110100111000001111101111100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393261; }

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

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

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

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

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

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

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

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