#393361

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

Shades of Minsk #393361

Tints of Minsk #393361

Color information

#393361 (or 0x393361) is unknown color: approx Minsk. HEX triplet: 39, 33 and 61. RGB value is (57,51,97). Sum of RGB (Red+Green+Blue) = 57+51+97=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #393361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393361 is #C6CC9E. Grayscale: #393939. Windows color (decimal): -13028511 or 6370105. OLE color: 6370105.

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

Color convert

RGB575197-
CMYK0.410.4700.62
HSL247.83º31.08%29.02%-
HSV(B)247.83º47.42%38.04%-
XYZ5.034.111.84-
YUV58.04149.99127.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=27.80%
G=24.88%
B=47.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5751970.410.4700.62247.8331.0829.02
Hex393361292F03Ef81f1d
Octal716314151570763703735
Binary11100111001111000011010011011110111110111110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393361; }

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

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

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

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

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

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

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

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