Shades of Minsk #39286B
Tints of Minsk #39286B
RGB
CMYK
RGB Variations
Color information
#39286B (or 0x39286B) is known color: Minsk. HEX triplet: 39, 28 and 6B. RGB value is (57,40,107). Sum of RGB (Red+Green+Blue) = 57+40+107=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #39286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286B is #C6D794. Grayscale: #343434. Windows color (decimal): -13031317 or 7022649. OLE color: 7022649.
HSL color Cylindrical-coordinate representation of color #39286B: hue angle of 255.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39286B is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 40 | 107 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.58 |
| HSL | 255.22º | 0.46% | 0.29% | - |
| HSV(B) | 255.22º | 0.63% | 0.42% | - |
| XYZ | 5.1 | 3.45 | 14.31 | - |
| YUV | 52.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 107 | 0.47 | 0.63 | 0 | 0.58 | 255.22 | 0.46 | 0.29 |
| Hex | 39 | 28 | 6B | 2F | 3F | 0 | 3A | FF | 2E | 1D |
| Octal | 71 | 50 | 153 | 57 | 77 | 0 | 72 | 377 | 56 | 35 |
| Binary | 111001 | 101000 | 1101011 | 101111 | 111111 | 0 | 111010 | 11111111 | 101110 | 11101 |
Color Harmonies of #39286B
Complementary color
Monochromatic Colors of #39286B
Black with #39286B
Text Example
Text Example
White with #39286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39286B; }
p { color: rgb(57,40,107); }
H1.HeaderClassName
{
color: #39286B;
}
.AnyTagClassName
{
color: #39286B;
}
</style>
background-color css
<style>
a { background-color: #39286B; }
a { background-color: rgb(57,40,107); }
div.DivClassName
{
background-color: #39286B;
}
.BgClassName
{
background-color: #39286B;
}
</style>
border-color css
<style>
span { border-color: #39286B; }
span { border-color: rgb(57,40,107); }
td.TdClassName
{
border-color: #39286B;
}
.TagClassName
{
border-color: #39286B;
}
</style>