Shades of Minsk #352A77
Tints of Minsk #352A77
RGB
CMYK
RGB Variations
Color information
#352A77 (or 0x352A77) is known color: Minsk. HEX triplet: 35, 2A and 77. RGB value is (53,42,119). Sum of RGB (Red+Green+Blue) = 53+42+119=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #352A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A77 is #CAD588. Grayscale: #353535. Windows color (decimal): -13292937 or 7809589. OLE color: 7809589.
HSL color Cylindrical-coordinate representation of color #352A77: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352A77 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 42 | 119 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.53 |
| HSL | 248.57º | 0.48% | 0.32% | - |
| HSV(B) | 248.57º | 0.65% | 0.47% | - |
| XYZ | 5.63 | 3.74 | 17.88 | - |
| YUV | 54.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 119 | 0.55 | 0.65 | 0 | 0.53 | 248.57 | 0.48 | 0.32 |
| Hex | 35 | 2A | 77 | 37 | 41 | 0 | 35 | F9 | 30 | 20 |
| Octal | 65 | 52 | 167 | 67 | 101 | 0 | 65 | 371 | 60 | 40 |
| Binary | 110101 | 101010 | 1110111 | 110111 | 1000001 | 0 | 110101 | 11111001 | 110000 | 100000 |
Color Harmonies of #352A77
Complementary color
Monochromatic Colors of #352A77
Black with #352A77
Text Example
Text Example
White with #352A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A77; }
p { color: rgb(53,42,119); }
H1.HeaderClassName
{
color: #352A77;
}
.AnyTagClassName
{
color: #352A77;
}
</style>
background-color css
<style>
a { background-color: #352A77; }
a { background-color: rgb(53,42,119); }
div.DivClassName
{
background-color: #352A77;
}
.BgClassName
{
background-color: #352A77;
}
</style>
border-color css
<style>
span { border-color: #352A77; }
span { border-color: rgb(53,42,119); }
td.TdClassName
{
border-color: #352A77;
}
.TagClassName
{
border-color: #352A77;
}
</style>