#3E286B

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

Shades of Minsk #3E286B

Tints of Minsk #3E286B

Color information

#3E286B (or 0x3E286B) is unknown color: approx Minsk. HEX triplet: 3E, 28 and 6B. RGB value is (62,40,107). Sum of RGB (Red+Green+Blue) = 62+40+107=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286B is #C1D794. Grayscale: #353535. Windows color (decimal): -12703637 or 7022654. OLE color: 7022654.

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

Color convert

RGB6240107-
CMYK0.420.6300.58
HSL259.7º45.58%28.82%-
HSV(B)259.7º62.62%41.96%-
XYZ5.43.614.32-
YUV54.22157.79133.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=29.67%
G=19.14%
B=51.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62401070.420.6300.58259.745.5828.82
Hex3E286B2A3F03A1042e1d
Octal765015352770724045635
Binary1111101010001101011101010111111011101010000010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,107); }

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

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

 a { background-color: rgb(62,40,107); }

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

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

 span { border-color: rgb(62,40,107); }

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