Shades of Minsk #362C6D
Tints of Minsk #362C6D
RGB
CMYK
RGB Variations
Color information
#362C6D (or 0x362C6D) is known color: Minsk. HEX triplet: 36, 2C and 6D. RGB value is (54,44,109). Sum of RGB (Red+Green+Blue) = 54+44+109=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #362C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C6D is #C9D392. Grayscale: #363636. Windows color (decimal): -13226899 or 7154742. OLE color: 7154742.
HSL color Cylindrical-coordinate representation of color #362C6D: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362C6D is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 44 | 109 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.57 |
| HSL | 249.23º | 0.42% | 0.3% | - |
| HSV(B) | 249.23º | 0.6% | 0.43% | - |
| XYZ | 5.18 | 3.69 | 14.91 | - |
| YUV | 54.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 109 | 0.50 | 0.60 | 0 | 0.57 | 249.23 | 0.42 | 0.3 |
| Hex | 36 | 2C | 6D | 32 | 3C | 0 | 39 | F9 | 2A | 1E |
| Octal | 66 | 54 | 155 | 62 | 74 | 0 | 71 | 371 | 52 | 36 |
| Binary | 110110 | 101100 | 1101101 | 110010 | 111100 | 0 | 111001 | 11111001 | 101010 | 11110 |
Color Harmonies of #362C6D
Complementary color
Monochromatic Colors of #362C6D
Black with #362C6D
Text Example
Text Example
White with #362C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C6D; }
p { color: rgb(54,44,109); }
H1.HeaderClassName
{
color: #362C6D;
}
.AnyTagClassName
{
color: #362C6D;
}
</style>
background-color css
<style>
a { background-color: #362C6D; }
a { background-color: rgb(54,44,109); }
div.DivClassName
{
background-color: #362C6D;
}
.BgClassName
{
background-color: #362C6D;
}
</style>
border-color css
<style>
span { border-color: #362C6D; }
span { border-color: rgb(54,44,109); }
td.TdClassName
{
border-color: #362C6D;
}
.TagClassName
{
border-color: #362C6D;
}
</style>