Shades of Minsk #352A78
Tints of Minsk #352A78
RGB
CMYK
RGB Variations
Color information
#352A78 (or 0x352A78) is known color: Minsk. HEX triplet: 35, 2A and 78. RGB value is (53,42,120). Sum of RGB (Red+Green+Blue) = 53+42+120=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #352A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A78 is #CAD587. Grayscale: #353535. Windows color (decimal): -13292936 or 7875125. OLE color: 7875125.
HSL color Cylindrical-coordinate representation of color #352A78: hue angle of 248.46º 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 #352A78 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 42 | 120 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.53 |
| HSL | 248.46º | 0.48% | 0.32% | - |
| HSV(B) | 248.46º | 0.65% | 0.47% | - |
| XYZ | 5.69 | 3.77 | 18.2 | - |
| YUV | 54.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 120 | 0.56 | 0.65 | 0 | 0.53 | 248.46 | 0.48 | 0.32 |
| Hex | 35 | 2A | 78 | 38 | 41 | 0 | 35 | F8 | 30 | 20 |
| Octal | 65 | 52 | 170 | 70 | 101 | 0 | 65 | 370 | 60 | 40 |
| Binary | 110101 | 101010 | 1111000 | 111000 | 1000001 | 0 | 110101 | 11111000 | 110000 | 100000 |
Color Harmonies of #352A78
Complementary color
Monochromatic Colors of #352A78
Black with #352A78
Text Example
Text Example
White with #352A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A78; }
p { color: rgb(53,42,120); }
H1.HeaderClassName
{
color: #352A78;
}
.AnyTagClassName
{
color: #352A78;
}
</style>
background-color css
<style>
a { background-color: #352A78; }
a { background-color: rgb(53,42,120); }
div.DivClassName
{
background-color: #352A78;
}
.BgClassName
{
background-color: #352A78;
}
</style>
border-color css
<style>
span { border-color: #352A78; }
span { border-color: rgb(53,42,120); }
td.TdClassName
{
border-color: #352A78;
}
.TagClassName
{
border-color: #352A78;
}
</style>