Shades of Minsk #362B6C
Tints of Minsk #362B6C
RGB
CMYK
RGB Variations
Color information
#362B6C (or 0x362B6C) is known color: Minsk. HEX triplet: 36, 2B and 6C. RGB value is (54,43,108). Sum of RGB (Red+Green+Blue) = 54+43+108=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #362B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B6C is #C9D493. Grayscale: #353535. Windows color (decimal): -13227156 or 7088950. OLE color: 7088950.
HSL color Cylindrical-coordinate representation of color #362B6C: hue angle of 250.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362B6C is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 43 | 108 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.58 |
| HSL | 250.15º | 0.43% | 0.3% | - |
| HSV(B) | 250.15º | 0.6% | 0.42% | - |
| XYZ | 5.09 | 3.59 | 14.61 | - |
| YUV | 53.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 108 | 0.50 | 0.60 | 0 | 0.58 | 250.15 | 0.43 | 0.3 |
| Hex | 36 | 2B | 6C | 32 | 3C | 0 | 3A | FA | 2B | 1E |
| Octal | 66 | 53 | 154 | 62 | 74 | 0 | 72 | 372 | 53 | 36 |
| Binary | 110110 | 101011 | 1101100 | 110010 | 111100 | 0 | 111010 | 11111010 | 101011 | 11110 |
Color Harmonies of #362B6C
Complementary color
Monochromatic Colors of #362B6C
Black with #362B6C
Text Example
Text Example
White with #362B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B6C; }
p { color: rgb(54,43,108); }
H1.HeaderClassName
{
color: #362B6C;
}
.AnyTagClassName
{
color: #362B6C;
}
</style>
background-color css
<style>
a { background-color: #362B6C; }
a { background-color: rgb(54,43,108); }
div.DivClassName
{
background-color: #362B6C;
}
.BgClassName
{
background-color: #362B6C;
}
</style>
border-color css
<style>
span { border-color: #362B6C; }
span { border-color: rgb(54,43,108); }
td.TdClassName
{
border-color: #362B6C;
}
.TagClassName
{
border-color: #362B6C;
}
</style>