#3A2869

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

Shades of Minsk #3A2869

Tints of Minsk #3A2869

Color information

#3A2869 (or 0x3A2869) is unknown color: approx Minsk. HEX triplet: 3A, 28 and 69. RGB value is (58,40,105). Sum of RGB (Red+Green+Blue) = 58+40+105=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2869 is #C5D796. Grayscale: #343434. Windows color (decimal): -12965783 or 6891578. OLE color: 6891578.

HSL color Cylindrical-coordinate representation of color #3A2869: hue angle of 256.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2869 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5840105-
CMYK0.450.6200.59
HSL256.62º44.83%28.43%-
HSV(B)256.62º61.9%41.18%-
XYZ5.053.4413.76-
YUV52.79157.46131.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=28.57%
G=19.70%
B=51.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58401050.450.6200.59256.6244.8328.43
Hex3A28692D3E03B1012d1c
Octal725015155760734015534
Binary1110101010001101001101101111110011101110000000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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