Shades of Minsk #382E75
Tints of Minsk #382E75
RGB
CMYK
RGB Variations
Color information
#382E75 (or 0x382E75) is known color: Minsk. HEX triplet: 38, 2E and 75. RGB value is (56,46,117). Sum of RGB (Red+Green+Blue) = 56+46+117=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #382E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E75 is #C7D18A. Grayscale: #383838. Windows color (decimal): -13095307 or 7679544. OLE color: 7679544.
HSL color Cylindrical-coordinate representation of color #382E75: hue angle of 248.45º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382E75 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 46 | 117 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.54 |
| HSL | 248.45º | 0.44% | 0.32% | - |
| HSV(B) | 248.45º | 0.61% | 0.46% | - |
| XYZ | 5.82 | 4.08 | 17.31 | - |
| YUV | 57.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 117 | 0.52 | 0.61 | 0 | 0.54 | 248.45 | 0.44 | 0.32 |
| Hex | 38 | 2E | 75 | 34 | 3D | 0 | 36 | F8 | 2C | 20 |
| Octal | 70 | 56 | 165 | 64 | 75 | 0 | 66 | 370 | 54 | 40 |
| Binary | 111000 | 101110 | 1110101 | 110100 | 111101 | 0 | 110110 | 11111000 | 101100 | 100000 |
Color Harmonies of #382E75
Complementary color
Monochromatic Colors of #382E75
Black with #382E75
Text Example
Text Example
White with #382E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E75; }
p { color: rgb(56,46,117); }
H1.HeaderClassName
{
color: #382E75;
}
.AnyTagClassName
{
color: #382E75;
}
</style>
background-color css
<style>
a { background-color: #382E75; }
a { background-color: rgb(56,46,117); }
div.DivClassName
{
background-color: #382E75;
}
.BgClassName
{
background-color: #382E75;
}
</style>
border-color css
<style>
span { border-color: #382E75; }
span { border-color: rgb(56,46,117); }
td.TdClassName
{
border-color: #382E75;
}
.TagClassName
{
border-color: #382E75;
}
</style>