Shades of Minsk #362D6C
Tints of Minsk #362D6C
RGB
CMYK
RGB Variations
Color information
#362D6C (or 0x362D6C) is known color: Minsk. HEX triplet: 36, 2D and 6C. RGB value is (54,45,108). Sum of RGB (Red+Green+Blue) = 54+45+108=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #362D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D6C is #C9D293. Grayscale: #363636. Windows color (decimal): -13226644 or 7089462. OLE color: 7089462.
HSL color Cylindrical-coordinate representation of color #362D6C: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362D6C is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 45 | 108 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.58 |
| HSL | 248.57º | 0.41% | 0.3% | - |
| HSV(B) | 248.57º | 0.58% | 0.42% | - |
| XYZ | 5.17 | 3.74 | 14.64 | - |
| YUV | 54.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 108 | 0.50 | 0.58 | 0 | 0.58 | 248.57 | 0.41 | 0.3 |
| Hex | 36 | 2D | 6C | 32 | 3A | 0 | 3A | F9 | 29 | 1E |
| Octal | 66 | 55 | 154 | 62 | 72 | 0 | 72 | 371 | 51 | 36 |
| Binary | 110110 | 101101 | 1101100 | 110010 | 111010 | 0 | 111010 | 11111001 | 101001 | 11110 |
Color Harmonies of #362D6C
Complementary color
Monochromatic Colors of #362D6C
Black with #362D6C
Text Example
Text Example
White with #362D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D6C; }
p { color: rgb(54,45,108); }
H1.HeaderClassName
{
color: #362D6C;
}
.AnyTagClassName
{
color: #362D6C;
}
</style>
background-color css
<style>
a { background-color: #362D6C; }
a { background-color: rgb(54,45,108); }
div.DivClassName
{
background-color: #362D6C;
}
.BgClassName
{
background-color: #362D6C;
}
</style>
border-color css
<style>
span { border-color: #362D6C; }
span { border-color: rgb(54,45,108); }
td.TdClassName
{
border-color: #362D6C;
}
.TagClassName
{
border-color: #362D6C;
}
</style>