#3D286C

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

Shades of Minsk #3D286C

Tints of Minsk #3D286C

Color information

#3D286C (or 0x3D286C) is unknown color: approx Minsk. HEX triplet: 3D, 28 and 6C. RGB value is (61,40,108). Sum of RGB (Red+Green+Blue) = 61+40+108=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286C is #C2D793. Grayscale: #353535. Windows color (decimal): -12769172 or 7088189. OLE color: 7088189.

HSL color Cylindrical-coordinate representation of color #3D286C: hue angle of 258.53º 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 #3D286C is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6140108-
CMYK0.440.6300.58
HSL258.53º45.95%29.02%-
HSV(B)258.53º62.96%42.35%-
XYZ5.393.5914.6-
YUV54.03158.46132.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=29.19%
G=19.14%
B=51.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61401080.440.6300.58258.5345.9529.02
Hex3D286C2C3F03A1032e1d
Octal755015454770724035635
Binary1111011010001101100101100111111011101010000001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D286C; }

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

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

<style>
 a { background-color: #3D286C; }

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

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

<style>
 span { border-color: #3D286C; }

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

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