Shades of Minsk #3A3467
Tints of Minsk #3A3467
RGB
CMYK
RGB Variations
Color information
#3A3467 (or 0x3A3467) is known color: Minsk. HEX triplet: 3A, 34 and 67. RGB value is (58,52,103). Sum of RGB (Red+Green+Blue) = 58+52+103=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A3467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3467 is #C5CB98. Grayscale: #3B3B3B. Windows color (decimal): -12962713 or 6763578. OLE color: 6763578.
HSL color Cylindrical-coordinate representation of color #3A3467: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3467 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 52 | 103 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.60 |
| HSL | 247.06º | 0.33% | 0.3% | - |
| HSV(B) | 247.06º | 0.5% | 0.4% | - |
| XYZ | 5.42 | 4.33 | 13.38 | - |
| YUV | 59.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 103 | 0.44 | 0.50 | 0 | 0.60 | 247.06 | 0.33 | 0.3 |
| Hex | 3A | 34 | 67 | 2C | 32 | 0 | 3C | F7 | 21 | 1E |
| Octal | 72 | 64 | 147 | 54 | 62 | 0 | 74 | 367 | 41 | 36 |
| Binary | 111010 | 110100 | 1100111 | 101100 | 110010 | 0 | 111100 | 11110111 | 100001 | 11110 |
Color Harmonies of #3A3467
Complementary color
Monochromatic Colors of #3A3467
Black with #3A3467
Text Example
Text Example
White with #3A3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3467; }
p { color: rgb(58,52,103); }
H1.HeaderClassName
{
color: #3A3467;
}
.AnyTagClassName
{
color: #3A3467;
}
</style>
background-color css
<style>
a { background-color: #3A3467; }
a { background-color: rgb(58,52,103); }
div.DivClassName
{
background-color: #3A3467;
}
.BgClassName
{
background-color: #3A3467;
}
</style>
border-color css
<style>
span { border-color: #3A3467; }
span { border-color: rgb(58,52,103); }
td.TdClassName
{
border-color: #3A3467;
}
.TagClassName
{
border-color: #3A3467;
}
</style>