Shades of Minsk #352B73
Tints of Minsk #352B73
RGB
CMYK
RGB Variations
Color information
#352B73 (or 0x352B73) is known color: Minsk. HEX triplet: 35, 2B and 73. RGB value is (53,43,115). Sum of RGB (Red+Green+Blue) = 53+43+115=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #352B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B73 is #CAD48C. Grayscale: #353535. Windows color (decimal): -13292685 or 7547701. OLE color: 7547701.
HSL color Cylindrical-coordinate representation of color #352B73: hue angle of 248.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352B73 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 43 | 115 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.55 |
| HSL | 248.33º | 0.46% | 0.31% | - |
| HSV(B) | 248.33º | 0.63% | 0.45% | - |
| XYZ | 5.43 | 3.72 | 16.65 | - |
| YUV | 54.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 115 | 0.54 | 0.63 | 0 | 0.55 | 248.33 | 0.46 | 0.31 |
| Hex | 35 | 2B | 73 | 36 | 3F | 0 | 37 | F8 | 2E | 1F |
| Octal | 65 | 53 | 163 | 66 | 77 | 0 | 67 | 370 | 56 | 37 |
| Binary | 110101 | 101011 | 1110011 | 110110 | 111111 | 0 | 110111 | 11111000 | 101110 | 11111 |
Color Harmonies of #352B73
Complementary color
Monochromatic Colors of #352B73
Black with #352B73
Text Example
Text Example
White with #352B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B73; }
p { color: rgb(53,43,115); }
H1.HeaderClassName
{
color: #352B73;
}
.AnyTagClassName
{
color: #352B73;
}
</style>
background-color css
<style>
a { background-color: #352B73; }
a { background-color: rgb(53,43,115); }
div.DivClassName
{
background-color: #352B73;
}
.BgClassName
{
background-color: #352B73;
}
</style>
border-color css
<style>
span { border-color: #352B73; }
span { border-color: rgb(53,43,115); }
td.TdClassName
{
border-color: #352B73;
}
.TagClassName
{
border-color: #352B73;
}
</style>