Shades of Minsk #362B71
Tints of Minsk #362B71
RGB
CMYK
RGB Variations
Color information
#362B71 (or 0x362B71) is known color: Minsk. HEX triplet: 36, 2B and 71. RGB value is (54,43,113). Sum of RGB (Red+Green+Blue) = 54+43+113=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #362B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B71 is #C9D48E. Grayscale: #353535. Windows color (decimal): -13227151 or 7416630. OLE color: 7416630.
HSL color Cylindrical-coordinate representation of color #362B71: hue angle of 249.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #362B71 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 43 | 113 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.56 |
| HSL | 249.43º | 0.45% | 0.31% | - |
| HSV(B) | 249.43º | 0.62% | 0.44% | - |
| XYZ | 5.37 | 3.7 | 16.05 | - |
| YUV | 54.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 113 | 0.52 | 0.62 | 0 | 0.56 | 249.43 | 0.45 | 0.31 |
| Hex | 36 | 2B | 71 | 34 | 3E | 0 | 38 | F9 | 2D | 1F |
| Octal | 66 | 53 | 161 | 64 | 76 | 0 | 70 | 371 | 55 | 37 |
| Binary | 110110 | 101011 | 1110001 | 110100 | 111110 | 0 | 111000 | 11111001 | 101101 | 11111 |
Color Harmonies of #362B71
Complementary color
Monochromatic Colors of #362B71
Black with #362B71
Text Example
Text Example
White with #362B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B71; }
p { color: rgb(54,43,113); }
H1.HeaderClassName
{
color: #362B71;
}
.AnyTagClassName
{
color: #362B71;
}
</style>
background-color css
<style>
a { background-color: #362B71; }
a { background-color: rgb(54,43,113); }
div.DivClassName
{
background-color: #362B71;
}
.BgClassName
{
background-color: #362B71;
}
</style>
border-color css
<style>
span { border-color: #362B71; }
span { border-color: rgb(54,43,113); }
td.TdClassName
{
border-color: #362B71;
}
.TagClassName
{
border-color: #362B71;
}
</style>