#392B66

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

Shades of Minsk #392B66

Tints of Minsk #392B66

Color information

#392B66 (or 0x392B66) is unknown color: approx Minsk. HEX triplet: 39, 2B and 66. RGB value is (57,43,102). Sum of RGB (Red+Green+Blue) = 57+43+102=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #392B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B66 is #C6D499. Grayscale: #353535. Windows color (decimal): -13030554 or 6695737. OLE color: 6695737.

HSL color Cylindrical-coordinate representation of color #392B66: hue angle of 254.24º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392B66 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5743102-
CMYK0.440.5800.6
HSL254.24º40.69%28.43%-
HSV(B)254.24º57.84%40%-
XYZ4.953.5613-
YUV53.91155.14130.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=28.22%
G=21.29%
B=50.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57431020.440.5800.6254.2440.6928.43
Hex392B662C3A03Cfe291c
Octal715314654720743765134
Binary111001101011110011010110011101001111001111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,102); }

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

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

 a { background-color: rgb(57,43,102); }

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

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

 span { border-color: rgb(57,43,102); }

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