#392F7A

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

Shades of Minsk #392F7A

Tints of Minsk #392F7A

Color information

#392F7A (or 0x392F7A) is unknown color: approx Minsk. HEX triplet: 39, 2F and 7A. RGB value is (57,47,122). Sum of RGB (Red+Green+Blue) = 57+47+122=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #392F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F7A is #C6D085. Grayscale: #3A3A3A. Windows color (decimal): -13029510 or 8007481. OLE color: 8007481.

HSL color Cylindrical-coordinate representation of color #392F7A: hue angle of 248º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392F7A is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5747122-
CMYK0.530.6100.52
HSL248º44.38%33.14%-
HSV(B)248º61.48%47.84%-
XYZ6.224.3118.92-
YUV58.54163.81126.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=25.22%
G=20.80%
B=53.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57471220.530.6100.5224844.3833.14
Hex392F7A353D034f82c21
Octal715717265750643705441
Binary1110011011111111010110101111101011010011111000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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