#3B276D

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

Shades of Minsk #3B276D

Tints of Minsk #3B276D

Color information

#3B276D (or 0x3B276D) is unknown color: approx Minsk. HEX triplet: 3B, 27 and 6D. RGB value is (59,39,109). Sum of RGB (Red+Green+Blue) = 59+39+109=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B276D is #C4D892. Grayscale: #343434. Windows color (decimal): -12900499 or 7153467. OLE color: 7153467.

HSL color Cylindrical-coordinate representation of color #3B276D: hue angle of 257.14º 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 #3B276D is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5939109-
CMYK0.460.6400.57
HSL257.14º47.3%29.02%-
HSV(B)257.14º64.22%42.75%-
XYZ5.293.4814.86-
YUV52.96159.63132.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=28.50%
G=18.84%
B=52.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59391090.460.6400.57257.1447.329.02
Hex3B276D2E400391012f1d
Octal7347155561000714015735
Binary11101110011111011011011101000000011100110000000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,109); }

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

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

 a { background-color: rgb(59,39,109); }

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

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

 span { border-color: rgb(59,39,109); }

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