#3A3261

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

Shades of Minsk #3A3261

Tints of Minsk #3A3261

Color information

#3A3261 (or 0x3A3261) is unknown color: approx Minsk. HEX triplet: 3A, 32 and 61. RGB value is (58,50,97). Sum of RGB (Red+Green+Blue) = 58+50+97=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3261 is #C5CD9E. Grayscale: #393939. Windows color (decimal): -12963231 or 6369850. OLE color: 6369850.

HSL color Cylindrical-coordinate representation of color #3A3261: hue angle of 250.21º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A3261 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB585097-
CMYK0.400.4800.62
HSL250.21º31.97%28.82%-
HSV(B)250.21º48.45%38.04%-
XYZ5.044.0411.82-
YUV57.75150.15128.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=28.29%
G=24.39%
B=47.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5850970.400.4800.62250.2131.9728.82
Hex3A3261283003Efa201d
Octal726214150600763724035
Binary111010110010110000110100011000001111101111101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,97); }

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

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

 a { background-color: rgb(58,50,97); }

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

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

 span { border-color: rgb(58,50,97); }

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