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