Shades of Minsk #362C71
Tints of Minsk #362C71
RGB
CMYK
RGB Variations
Color information
#362C71 (or 0x362C71) is known color: Minsk. HEX triplet: 36, 2C and 71. RGB value is (54,44,113). Sum of RGB (Red+Green+Blue) = 54+44+113=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #362C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C71 is #C9D38E. Grayscale: #363636. Windows color (decimal): -13226895 or 7416886. OLE color: 7416886.
HSL color Cylindrical-coordinate representation of color #362C71: hue angle of 248.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362C71 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 44 | 113 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.56 |
| HSL | 248.7º | 0.44% | 0.31% | - |
| HSV(B) | 248.7º | 0.61% | 0.44% | - |
| XYZ | 5.4 | 3.78 | 16.07 | - |
| YUV | 54.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 113 | 0.52 | 0.61 | 0 | 0.56 | 248.7 | 0.44 | 0.31 |
| Hex | 36 | 2C | 71 | 34 | 3D | 0 | 38 | F9 | 2C | 1F |
| Octal | 66 | 54 | 161 | 64 | 75 | 0 | 70 | 371 | 54 | 37 |
| Binary | 110110 | 101100 | 1110001 | 110100 | 111101 | 0 | 111000 | 11111001 | 101100 | 11111 |
Color Harmonies of #362C71
Complementary color
Monochromatic Colors of #362C71
Black with #362C71
Text Example
Text Example
White with #362C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C71; }
p { color: rgb(54,44,113); }
H1.HeaderClassName
{
color: #362C71;
}
.AnyTagClassName
{
color: #362C71;
}
</style>
background-color css
<style>
a { background-color: #362C71; }
a { background-color: rgb(54,44,113); }
div.DivClassName
{
background-color: #362C71;
}
.BgClassName
{
background-color: #362C71;
}
</style>
border-color css
<style>
span { border-color: #362C71; }
span { border-color: rgb(54,44,113); }
td.TdClassName
{
border-color: #362C71;
}
.TagClassName
{
border-color: #362C71;
}
</style>