#3C286B

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

Shades of Minsk #3C286B

Tints of Minsk #3C286B

Color information

#3C286B (or 0x3C286B) is unknown color: approx Minsk. HEX triplet: 3C, 28 and 6B. RGB value is (60,40,107). Sum of RGB (Red+Green+Blue) = 60+40+107=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286B is #C3D794. Grayscale: #353535. Windows color (decimal): -12834709 or 7022652. OLE color: 7022652.

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

Color convert

RGB6040107-
CMYK0.440.6300.58
HSL257.91º45.58%28.82%-
HSV(B)257.91º62.62%41.96%-
XYZ5.283.5414.32-
YUV53.62158.13132.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.99%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=28.99%
G=19.32%
B=51.69%

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
Decimal60401070.440.6300.58257.9145.5828.82
Hex3C286B2C3F03A1022e1d
Octal745015354770724025635
Binary1111001010001101011101100111111011101010000001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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