Shades of Minsk #38286F
Tints of Minsk #38286F
RGB
CMYK
RGB Variations
Color information
#38286F (or 0x38286F) is known color: Minsk. HEX triplet: 38, 28 and 6F. RGB value is (56,40,111). Sum of RGB (Red+Green+Blue) = 56+40+111=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #38286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286F is #C7D790. Grayscale: #343434. Windows color (decimal): -13096849 or 7284792. OLE color: 7284792.
HSL color Cylindrical-coordinate representation of color #38286F: hue angle of 253.52º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38286F is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 40 | 111 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.56 |
| HSL | 253.52º | 0.47% | 0.3% | - |
| HSV(B) | 253.52º | 0.64% | 0.44% | - |
| XYZ | 5.26 | 3.51 | 15.44 | - |
| YUV | 52.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 111 | 0.50 | 0.64 | 0 | 0.56 | 253.52 | 0.47 | 0.3 |
| Hex | 38 | 28 | 6F | 32 | 40 | 0 | 38 | FE | 2F | 1E |
| Octal | 70 | 50 | 157 | 62 | 100 | 0 | 70 | 376 | 57 | 36 |
| Binary | 111000 | 101000 | 1101111 | 110010 | 1000000 | 0 | 111000 | 11111110 | 101111 | 11110 |
Color Harmonies of #38286F
Complementary color
Monochromatic Colors of #38286F
Black with #38286F
Text Example
Text Example
White with #38286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38286F; }
p { color: rgb(56,40,111); }
H1.HeaderClassName
{
color: #38286F;
}
.AnyTagClassName
{
color: #38286F;
}
</style>
background-color css
<style>
a { background-color: #38286F; }
a { background-color: rgb(56,40,111); }
div.DivClassName
{
background-color: #38286F;
}
.BgClassName
{
background-color: #38286F;
}
</style>
border-color css
<style>
span { border-color: #38286F; }
span { border-color: rgb(56,40,111); }
td.TdClassName
{
border-color: #38286F;
}
.TagClassName
{
border-color: #38286F;
}
</style>