#3A3561

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

Shades of Minsk #3A3561

Tints of Minsk #3A3561

Color information

#3A3561 (or 0x3A3561) is unknown color: approx Minsk. HEX triplet: 3A, 35 and 61. RGB value is (58,53,97). Sum of RGB (Red+Green+Blue) = 58+53+97=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3561 is #C5CA9E. Grayscale: #3B3B3B. Windows color (decimal): -12962463 or 6370618. OLE color: 6370618.

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

Color convert

RGB585397-
CMYK0.400.4500.62
HSL246.82º29.33%29.41%-
HSV(B)246.82º45.36%38.04%-
XYZ5.184.3111.87-
YUV59.51149.16126.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=27.88%
G=25.48%
B=46.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5853970.400.4500.62246.8229.3329.41
Hex3A3561282D03Ef71d1d
Octal726514150550763673535
Binary11101011010111000011010001011010111110111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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