#392D75

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

Shades of Minsk #392D75

Tints of Minsk #392D75

Color information

#392D75 (or 0x392D75) is unknown color: approx Minsk. HEX triplet: 39, 2D and 75. RGB value is (57,45,117). Sum of RGB (Red+Green+Blue) = 57+45+117=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #392D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D75 is #C6D28A. Grayscale: #383838. Windows color (decimal): -13030027 or 7679289. OLE color: 7679289.

HSL color Cylindrical-coordinate representation of color #392D75: hue angle of 250º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #392D75 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5745117-
CMYK0.510.6200.54
HSL250º44.44%31.76%-
HSV(B)250º61.54%45.88%-
XYZ5.844.0317.3-
YUV56.8161.98128.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=26.03%
G=20.55%
B=53.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57451170.510.6200.5425044.4431.76
Hex392D75333E036fa2c20
Octal715516563760663725440
Binary1110011011011110101110011111110011011011111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,117); }

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

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

 a { background-color: rgb(57,45,117); }

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

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

 span { border-color: rgb(57,45,117); }

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