#3A286E

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

Shades of Minsk #3A286E

Tints of Minsk #3A286E

Color information

#3A286E (or 0x3A286E) is unknown color: approx Minsk. HEX triplet: 3A, 28 and 6E. RGB value is (58,40,110). Sum of RGB (Red+Green+Blue) = 58+40+110=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A286E is #C5D791. Grayscale: #353535. Windows color (decimal): -12965778 or 7219258. OLE color: 7219258.

HSL color Cylindrical-coordinate representation of color #3A286E: hue angle of 255.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A286E is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5840110-
CMYK0.470.6400.57
HSL255.43º46.67%29.41%-
HSV(B)255.43º63.64%43.14%-
XYZ5.323.5415.16-
YUV53.36159.96131.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=27.88%
G=19.23%
B=52.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58401100.470.6400.57255.4346.6729.41
Hex3A286E2F40039ff2f1d
Octal7250156571000713775735
Binary1110101010001101110101111100000001110011111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,110); }

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

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

 a { background-color: rgb(58,40,110); }

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

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

 span { border-color: rgb(58,40,110); }

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