Shades of Minsk #382D70
Tints of Minsk #382D70
RGB
CMYK
RGB Variations
Color information
#382D70 (or 0x382D70) is known color: Minsk. HEX triplet: 38, 2D and 70. RGB value is (56,45,112). Sum of RGB (Red+Green+Blue) = 56+45+112=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #382D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D70 is #C7D28F. Grayscale: #373737. Windows color (decimal): -13095568 or 7351608. OLE color: 7351608.
HSL color Cylindrical-coordinate representation of color #382D70: hue angle of 249.85º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382D70 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 45 | 112 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.56 |
| HSL | 249.85º | 0.43% | 0.31% | - |
| HSV(B) | 249.85º | 0.6% | 0.44% | - |
| XYZ | 5.49 | 3.89 | 15.79 | - |
| YUV | 55.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 112 | 0.50 | 0.60 | 0 | 0.56 | 249.85 | 0.43 | 0.31 |
| Hex | 38 | 2D | 70 | 32 | 3C | 0 | 38 | FA | 2B | 1F |
| Octal | 70 | 55 | 160 | 62 | 74 | 0 | 70 | 372 | 53 | 37 |
| Binary | 111000 | 101101 | 1110000 | 110010 | 111100 | 0 | 111000 | 11111010 | 101011 | 11111 |
Color Harmonies of #382D70
Complementary color
Monochromatic Colors of #382D70
Black with #382D70
Text Example
Text Example
White with #382D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D70; }
p { color: rgb(56,45,112); }
H1.HeaderClassName
{
color: #382D70;
}
.AnyTagClassName
{
color: #382D70;
}
</style>
background-color css
<style>
a { background-color: #382D70; }
a { background-color: rgb(56,45,112); }
div.DivClassName
{
background-color: #382D70;
}
.BgClassName
{
background-color: #382D70;
}
</style>
border-color css
<style>
span { border-color: #382D70; }
span { border-color: rgb(56,45,112); }
td.TdClassName
{
border-color: #382D70;
}
.TagClassName
{
border-color: #382D70;
}
</style>