#3A276C

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

Shades of Minsk #3A276C

Tints of Minsk #3A276C

Color information

#3A276C (or 0x3A276C) is unknown color: approx Minsk. HEX triplet: 3A, 27 and 6C. RGB value is (58,39,108). Sum of RGB (Red+Green+Blue) = 58+39+108=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A276C is #C5D893. Grayscale: #343434. Windows color (decimal): -12966036 or 7087930. OLE color: 7087930.

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

Color convert

RGB5839108-
CMYK0.460.6400.58
HSL256.52º46.94%28.82%-
HSV(B)256.52º63.89%42.35%-
XYZ5.183.4314.58-
YUV52.55159.29131.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=28.29%
G=19.02%
B=52.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58391080.460.6400.58256.5246.9428.82
Hex3A276C2E4003A1012f1d
Octal7247154561000724015735
Binary11101010011111011001011101000000011101010000000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,108); }

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

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

 a { background-color: rgb(58,39,108); }

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

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

 span { border-color: rgb(58,39,108); }

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