#39286C

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

Shades of Minsk #39286C

Tints of Minsk #39286C

Color information

#39286C (or 0x39286C) is unknown color: approx Minsk. HEX triplet: 39, 28 and 6C. RGB value is (57,40,108). Sum of RGB (Red+Green+Blue) = 57+40+108=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #39286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286C is #C6D793. Grayscale: #343434. Windows color (decimal): -13031316 or 7088185. OLE color: 7088185.

HSL color Cylindrical-coordinate representation of color #39286C: hue angle of 255º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39286C is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5740108-
CMYK0.470.6300.58
HSL255º45.95%29.02%-
HSV(B)255º62.96%42.35%-
XYZ5.153.4714.59-
YUV52.83159.13130.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=27.80%
G=19.51%
B=52.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57401080.470.6300.5825545.9529.02
Hex39286C2F3F03Aff2e1d
Octal715015457770723775635
Binary111001101000110110010111111111101110101111111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39286C; }

 p { color: rgb(57,40,108); }

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

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

 a { background-color: rgb(57,40,108); }

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

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

 span { border-color: rgb(57,40,108); }

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