Shades of Minsk #382C63
Tints of Minsk #382C63
RGB
CMYK
RGB Variations
Color information
#382C63 (or 0x382C63) is known color: Minsk. HEX triplet: 38, 2C and 63. RGB value is (56,44,99). Sum of RGB (Red+Green+Blue) = 56+44+99=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #382C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C63 is #C7D39C. Grayscale: #353535. Windows color (decimal): -13095837 or 6499384. OLE color: 6499384.
HSL color Cylindrical-coordinate representation of color #382C63: hue angle of 253.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382C63 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 44 | 99 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.61 |
| HSL | 253.09º | 0.38% | 0.28% | - |
| HSV(B) | 253.09º | 0.56% | 0.39% | - |
| XYZ | 4.78 | 3.54 | 12.24 | - |
| YUV | 53.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 99 | 0.43 | 0.56 | 0 | 0.61 | 253.09 | 0.38 | 0.28 |
| Hex | 38 | 2C | 63 | 2B | 38 | 0 | 3D | FD | 26 | 1C |
| Octal | 70 | 54 | 143 | 53 | 70 | 0 | 75 | 375 | 46 | 34 |
| Binary | 111000 | 101100 | 1100011 | 101011 | 111000 | 0 | 111101 | 11111101 | 100110 | 11100 |
Color Harmonies of #382C63
Complementary color
Monochromatic Colors of #382C63
Black with #382C63
Text Example
Text Example
White with #382C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C63; }
p { color: rgb(56,44,99); }
H1.HeaderClassName
{
color: #382C63;
}
.AnyTagClassName
{
color: #382C63;
}
</style>
background-color css
<style>
a { background-color: #382C63; }
a { background-color: rgb(56,44,99); }
div.DivClassName
{
background-color: #382C63;
}
.BgClassName
{
background-color: #382C63;
}
</style>
border-color css
<style>
span { border-color: #382C63; }
span { border-color: rgb(56,44,99); }
td.TdClassName
{
border-color: #382C63;
}
.TagClassName
{
border-color: #382C63;
}
</style>