Shades of Minsk #38286A
Tints of Minsk #38286A
RGB
CMYK
RGB Variations
Color information
#38286A (or 0x38286A) is known color: Minsk. HEX triplet: 38, 28 and 6A. RGB value is (56,40,106). Sum of RGB (Red+Green+Blue) = 56+40+106=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #38286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38286A is #C7D795. Grayscale: #343434. Windows color (decimal): -13096854 or 6957112. OLE color: 6957112.
HSL color Cylindrical-coordinate representation of color #38286A: hue angle of 254.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38286A is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 40 | 106 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.58 |
| HSL | 254.55º | 0.45% | 0.29% | - |
| HSV(B) | 254.55º | 0.62% | 0.42% | - |
| XYZ | 4.99 | 3.4 | 14.03 | - |
| YUV | 52.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 106 | 0.47 | 0.62 | 0 | 0.58 | 254.55 | 0.45 | 0.29 |
| Hex | 38 | 28 | 6A | 2F | 3E | 0 | 3A | FF | 2D | 1D |
| Octal | 70 | 50 | 152 | 57 | 76 | 0 | 72 | 377 | 55 | 35 |
| Binary | 111000 | 101000 | 1101010 | 101111 | 111110 | 0 | 111010 | 11111111 | 101101 | 11101 |
Color Harmonies of #38286A
Complementary color
Monochromatic Colors of #38286A
Black with #38286A
Text Example
Text Example
White with #38286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38286A; }
p { color: rgb(56,40,106); }
H1.HeaderClassName
{
color: #38286A;
}
.AnyTagClassName
{
color: #38286A;
}
</style>
background-color css
<style>
a { background-color: #38286A; }
a { background-color: rgb(56,40,106); }
div.DivClassName
{
background-color: #38286A;
}
.BgClassName
{
background-color: #38286A;
}
</style>
border-color css
<style>
span { border-color: #38286A; }
span { border-color: rgb(56,40,106); }
td.TdClassName
{
border-color: #38286A;
}
.TagClassName
{
border-color: #38286A;
}
</style>