#392F72

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

Shades of Minsk #392F72

Tints of Minsk #392F72

Color information

#392F72 (or 0x392F72) is unknown color: approx Minsk. HEX triplet: 39, 2F and 72. RGB value is (57,47,114). Sum of RGB (Red+Green+Blue) = 57+47+114=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #392F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F72 is #C6D08D. Grayscale: #393939. Windows color (decimal): -13029518 or 7483193. OLE color: 7483193.

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

Color convert

RGB5747114-
CMYK0.500.5900.55
HSL248.96º41.61%31.57%-
HSV(B)248.96º58.77%44.71%-
XYZ5.744.1216.41-
YUV57.63159.81127.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=26.15%
G=21.56%
B=52.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57471140.500.5900.55248.9641.6131.57
Hex392F72323B037f92a20
Octal715716262730673715240
Binary1110011011111110010110010111011011011111111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F72; }

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

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

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

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

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

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

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

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