#392772

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

Shades of Minsk #392772

Tints of Minsk #392772

Color information

#392772 (or 0x392772) is unknown color: approx Minsk. HEX triplet: 39, 27 and 72. RGB value is (57,39,114). Sum of RGB (Red+Green+Blue) = 57+39+114=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #392772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392772 is #C6D88D. Grayscale: #343434. Windows color (decimal): -13031566 or 7481145. OLE color: 7481145.

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

Color convert

RGB5739114-
CMYK0.500.6600.55
HSL254.4º49.02%30%-
HSV(B)254.4º65.79%44.71%-
XYZ5.453.5416.31-
YUV52.93162.46130.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=27.14%
G=18.57%
B=54.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57391140.500.6600.55254.449.0230
Hex3927723242037fe311e
Octal7147162621020673766136
Binary1110011001111110010110010100001001101111111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392772; }

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

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

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

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

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

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

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

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