#393062

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

Shades of Minsk #393062

Tints of Minsk #393062

Color information

#393062 (or 0x393062) is unknown color: approx Minsk. HEX triplet: 39, 30 and 62. RGB value is (57,48,98). Sum of RGB (Red+Green+Blue) = 57+48+98=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #393062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393062 is #C6CF9D. Grayscale: #383838. Windows color (decimal): -13029278 or 6434873. OLE color: 6434873.

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

Color convert

RGB574898-
CMYK0.420.5100.62
HSL250.8º34.25%28.63%-
HSV(B)250.8º51.02%38.43%-
XYZ4.953.8712.04-
YUV56.39151.48128.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=28.08%
G=23.65%
B=48.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5748980.420.5100.62250.834.2528.63
Hex3930622A3303Efb221d
Octal716014252630763734235
Binary111001110000110001010101011001101111101111101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393062; }

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

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

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

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

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

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

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

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