Shades of Minsk #382E6D
Tints of Minsk #382E6D
RGB
CMYK
RGB Variations
Color information
#382E6D (or 0x382E6D) is known color: Minsk. HEX triplet: 38, 2E and 6D. RGB value is (56,46,109). Sum of RGB (Red+Green+Blue) = 56+46+109=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #382E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E6D is #C7D192. Grayscale: #373737. Windows color (decimal): -13095315 or 7155256. OLE color: 7155256.
HSL color Cylindrical-coordinate representation of color #382E6D: hue angle of 249.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #382E6D is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 46 | 109 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.57 |
| HSL | 249.52º | 0.41% | 0.3% | - |
| HSV(B) | 249.52º | 0.58% | 0.43% | - |
| XYZ | 5.37 | 3.9 | 14.94 | - |
| YUV | 56.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 109 | 0.49 | 0.58 | 0 | 0.57 | 249.52 | 0.41 | 0.3 |
| Hex | 38 | 2E | 6D | 31 | 3A | 0 | 39 | FA | 29 | 1E |
| Octal | 70 | 56 | 155 | 61 | 72 | 0 | 71 | 372 | 51 | 36 |
| Binary | 111000 | 101110 | 1101101 | 110001 | 111010 | 0 | 111001 | 11111010 | 101001 | 11110 |
Color Harmonies of #382E6D
Complementary color
Monochromatic Colors of #382E6D
Black with #382E6D
Text Example
Text Example
White with #382E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E6D; }
p { color: rgb(56,46,109); }
H1.HeaderClassName
{
color: #382E6D;
}
.AnyTagClassName
{
color: #382E6D;
}
</style>
background-color css
<style>
a { background-color: #382E6D; }
a { background-color: rgb(56,46,109); }
div.DivClassName
{
background-color: #382E6D;
}
.BgClassName
{
background-color: #382E6D;
}
</style>
border-color css
<style>
span { border-color: #382E6D; }
span { border-color: rgb(56,46,109); }
td.TdClassName
{
border-color: #382E6D;
}
.TagClassName
{
border-color: #382E6D;
}
</style>