Shades of Minsk #362C78
Tints of Minsk #362C78
RGB
CMYK
RGB Variations
Color information
#362C78 (or 0x362C78) is known color: Minsk. HEX triplet: 36, 2C and 78. RGB value is (54,44,120). Sum of RGB (Red+Green+Blue) = 54+44+120=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #362C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C78 is #C9D387. Grayscale: #373737. Windows color (decimal): -13226888 or 7875638. OLE color: 7875638.
HSL color Cylindrical-coordinate representation of color #362C78: hue angle of 247.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362C78 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 44 | 120 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.53 |
| HSL | 247.89º | 0.46% | 0.32% | - |
| HSV(B) | 247.89º | 0.63% | 0.47% | - |
| XYZ | 5.81 | 3.94 | 18.22 | - |
| YUV | 55.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 120 | 0.55 | 0.63 | 0 | 0.53 | 247.89 | 0.46 | 0.32 |
| Hex | 36 | 2C | 78 | 37 | 3F | 0 | 35 | F8 | 2E | 20 |
| Octal | 66 | 54 | 170 | 67 | 77 | 0 | 65 | 370 | 56 | 40 |
| Binary | 110110 | 101100 | 1111000 | 110111 | 111111 | 0 | 110101 | 11111000 | 101110 | 100000 |
Color Harmonies of #362C78
Complementary color
Monochromatic Colors of #362C78
Black with #362C78
Text Example
Text Example
White with #362C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C78; }
p { color: rgb(54,44,120); }
H1.HeaderClassName
{
color: #362C78;
}
.AnyTagClassName
{
color: #362C78;
}
</style>
background-color css
<style>
a { background-color: #362C78; }
a { background-color: rgb(54,44,120); }
div.DivClassName
{
background-color: #362C78;
}
.BgClassName
{
background-color: #362C78;
}
</style>
border-color css
<style>
span { border-color: #362C78; }
span { border-color: rgb(54,44,120); }
td.TdClassName
{
border-color: #362C78;
}
.TagClassName
{
border-color: #362C78;
}
</style>