Shades of Minsk #382E6B
Tints of Minsk #382E6B
RGB
CMYK
RGB Variations
Color information
#382E6B (or 0x382E6B) is known color: Minsk. HEX triplet: 38, 2E and 6B. RGB value is (56,46,107). Sum of RGB (Red+Green+Blue) = 56+46+107=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #382E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E6B is #C7D194. Grayscale: #373737. Windows color (decimal): -13095317 or 7024184. OLE color: 7024184.
HSL color Cylindrical-coordinate representation of color #382E6B: hue angle of 249.84º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382E6B is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 46 | 107 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.58 |
| HSL | 249.84º | 0.4% | 0.3% | - |
| HSV(B) | 249.84º | 0.57% | 0.42% | - |
| XYZ | 5.26 | 3.86 | 14.38 | - |
| YUV | 55.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 107 | 0.48 | 0.57 | 0 | 0.58 | 249.84 | 0.4 | 0.3 |
| Hex | 38 | 2E | 6B | 30 | 39 | 0 | 3A | FA | 28 | 1E |
| Octal | 70 | 56 | 153 | 60 | 71 | 0 | 72 | 372 | 50 | 36 |
| Binary | 111000 | 101110 | 1101011 | 110000 | 111001 | 0 | 111010 | 11111010 | 101000 | 11110 |
Color Harmonies of #382E6B
Complementary color
Monochromatic Colors of #382E6B
Black with #382E6B
Text Example
Text Example
White with #382E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E6B; }
p { color: rgb(56,46,107); }
H1.HeaderClassName
{
color: #382E6B;
}
.AnyTagClassName
{
color: #382E6B;
}
</style>
background-color css
<style>
a { background-color: #382E6B; }
a { background-color: rgb(56,46,107); }
div.DivClassName
{
background-color: #382E6B;
}
.BgClassName
{
background-color: #382E6B;
}
</style>
border-color css
<style>
span { border-color: #382E6B; }
span { border-color: rgb(56,46,107); }
td.TdClassName
{
border-color: #382E6B;
}
.TagClassName
{
border-color: #382E6B;
}
</style>