#393072

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

Shades of Minsk #393072

Tints of Minsk #393072

Color information

#393072 (or 0x393072) is unknown color: approx Minsk. HEX triplet: 39, 30 and 72. RGB value is (57,48,114). Sum of RGB (Red+Green+Blue) = 57+48+114=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #393072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393072 is #C6CF8D. Grayscale: #393939. Windows color (decimal): -13029262 or 7483449. OLE color: 7483449.

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

Color convert

RGB5748114-
CMYK0.500.5800.55
HSL248.18º40.74%31.76%-
HSV(B)248.18º57.89%44.71%-
XYZ5.784.216.43-
YUV58.22159.48127.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=26.03%
G=21.92%
B=52.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57481140.500.5800.55248.1840.7431.76
Hex393072323A037f82920
Octal716016262720673705140
Binary1110011100001110010110010111010011011111111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393072; }

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

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

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

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

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

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

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

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