Shades of Minsk #3A3465
Tints of Minsk #3A3465
RGB
CMYK
RGB Variations
Color information
#3A3465 (or 0x3A3465) is known color: Minsk. HEX triplet: 3A, 34 and 65. RGB value is (58,52,101). Sum of RGB (Red+Green+Blue) = 58+52+101=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3465 is #C5CB9A. Grayscale: #3B3B3B. Windows color (decimal): -12962715 or 6632506. OLE color: 6632506.
HSL color Cylindrical-coordinate representation of color #3A3465: hue angle of 247.35º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A3465 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 52 | 101 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.60 |
| HSL | 247.35º | 0.32% | 0.3% | - |
| HSV(B) | 247.35º | 0.49% | 0.4% | - |
| XYZ | 5.32 | 4.3 | 12.86 | - |
| YUV | 59.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 101 | 0.43 | 0.49 | 0 | 0.60 | 247.35 | 0.32 | 0.3 |
| Hex | 3A | 34 | 65 | 2B | 31 | 0 | 3C | F7 | 20 | 1E |
| Octal | 72 | 64 | 145 | 53 | 61 | 0 | 74 | 367 | 40 | 36 |
| Binary | 111010 | 110100 | 1100101 | 101011 | 110001 | 0 | 111100 | 11110111 | 100000 | 11110 |
Color Harmonies of #3A3465
Complementary color
Monochromatic Colors of #3A3465
Black with #3A3465
Text Example
Text Example
White with #3A3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3465; }
p { color: rgb(58,52,101); }
H1.HeaderClassName
{
color: #3A3465;
}
.AnyTagClassName
{
color: #3A3465;
}
</style>
background-color css
<style>
a { background-color: #3A3465; }
a { background-color: rgb(58,52,101); }
div.DivClassName
{
background-color: #3A3465;
}
.BgClassName
{
background-color: #3A3465;
}
</style>
border-color css
<style>
span { border-color: #3A3465; }
span { border-color: rgb(58,52,101); }
td.TdClassName
{
border-color: #3A3465;
}
.TagClassName
{
border-color: #3A3465;
}
</style>