Shades of Minsk #38286C
Tints of Minsk #38286C
RGB
CMYK
RGB Variations
Color information
#38286C (or 0x38286C) is known color: Minsk. HEX triplet: 38, 28 and 6C. RGB value is (56,40,108). Sum of RGB (Red+Green+Blue) = 56+40+108=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #38286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286C is #C7D793. Grayscale: #343434. Windows color (decimal): -13096852 or 7088184. OLE color: 7088184.
HSL color Cylindrical-coordinate representation of color #38286C: hue angle of 254.12º 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 #38286C is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 40 | 108 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.58 |
| HSL | 254.12º | 0.46% | 0.29% | - |
| HSV(B) | 254.12º | 0.63% | 0.42% | - |
| XYZ | 5.1 | 3.44 | 14.58 | - |
| YUV | 52.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 108 | 0.48 | 0.63 | 0 | 0.58 | 254.12 | 0.46 | 0.29 |
| Hex | 38 | 28 | 6C | 30 | 3F | 0 | 3A | FE | 2E | 1D |
| Octal | 70 | 50 | 154 | 60 | 77 | 0 | 72 | 376 | 56 | 35 |
| Binary | 111000 | 101000 | 1101100 | 110000 | 111111 | 0 | 111010 | 11111110 | 101110 | 11101 |
Color Harmonies of #38286C
Complementary color
Monochromatic Colors of #38286C
Black with #38286C
Text Example
Text Example
White with #38286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38286C; }
p { color: rgb(56,40,108); }
H1.HeaderClassName
{
color: #38286C;
}
.AnyTagClassName
{
color: #38286C;
}
</style>
background-color css
<style>
a { background-color: #38286C; }
a { background-color: rgb(56,40,108); }
div.DivClassName
{
background-color: #38286C;
}
.BgClassName
{
background-color: #38286C;
}
</style>
border-color css
<style>
span { border-color: #38286C; }
span { border-color: rgb(56,40,108); }
td.TdClassName
{
border-color: #38286C;
}
.TagClassName
{
border-color: #38286C;
}
</style>