Shades of Minsk #382E64
Tints of Minsk #382E64
RGB
CMYK
RGB Variations
Color information
#382E64 (or 0x382E64) is known color: Minsk. HEX triplet: 38, 2E and 64. RGB value is (56,46,100). Sum of RGB (Red+Green+Blue) = 56+46+100=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #382E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E64 is #C7D19B. Grayscale: #363636. Windows color (decimal): -13095324 or 6565432. OLE color: 6565432.
HSL color Cylindrical-coordinate representation of color #382E64: hue angle of 251.11º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382E64 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 46 | 100 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.61 |
| HSL | 251.11º | 0.37% | 0.29% | - |
| HSV(B) | 251.11º | 0.54% | 0.39% | - |
| XYZ | 4.91 | 3.71 | 12.51 | - |
| YUV | 55.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 100 | 0.44 | 0.54 | 0 | 0.61 | 251.11 | 0.37 | 0.29 |
| Hex | 38 | 2E | 64 | 2C | 36 | 0 | 3D | FB | 25 | 1D |
| Octal | 70 | 56 | 144 | 54 | 66 | 0 | 75 | 373 | 45 | 35 |
| Binary | 111000 | 101110 | 1100100 | 101100 | 110110 | 0 | 111101 | 11111011 | 100101 | 11101 |
Color Harmonies of #382E64
Complementary color
Monochromatic Colors of #382E64
Black with #382E64
Text Example
Text Example
White with #382E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E64; }
p { color: rgb(56,46,100); }
H1.HeaderClassName
{
color: #382E64;
}
.AnyTagClassName
{
color: #382E64;
}
</style>
background-color css
<style>
a { background-color: #382E64; }
a { background-color: rgb(56,46,100); }
div.DivClassName
{
background-color: #382E64;
}
.BgClassName
{
background-color: #382E64;
}
</style>
border-color css
<style>
span { border-color: #382E64; }
span { border-color: rgb(56,46,100); }
td.TdClassName
{
border-color: #382E64;
}
.TagClassName
{
border-color: #382E64;
}
</style>