Shades of Minsk #382C67
Tints of Minsk #382C67
RGB
CMYK
RGB Variations
Color information
#382C67 (or 0x382C67) is known color: Minsk. HEX triplet: 38, 2C and 67. RGB value is (56,44,103). Sum of RGB (Red+Green+Blue) = 56+44+103=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #382C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C67 is #C7D398. Grayscale: #363636. Windows color (decimal): -13095833 or 6761528. OLE color: 6761528.
HSL color Cylindrical-coordinate representation of color #382C67: hue angle of 252.2º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382C67 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 44 | 103 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.60 |
| HSL | 252.2º | 0.4% | 0.29% | - |
| HSV(B) | 252.2º | 0.57% | 0.4% | - |
| XYZ | 4.98 | 3.62 | 13.27 | - |
| YUV | 54.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 103 | 0.46 | 0.57 | 0 | 0.60 | 252.2 | 0.4 | 0.29 |
| Hex | 38 | 2C | 67 | 2E | 39 | 0 | 3C | FC | 28 | 1D |
| Octal | 70 | 54 | 147 | 56 | 71 | 0 | 74 | 374 | 50 | 35 |
| Binary | 111000 | 101100 | 1100111 | 101110 | 111001 | 0 | 111100 | 11111100 | 101000 | 11101 |
Color Harmonies of #382C67
Complementary color
Monochromatic Colors of #382C67
Black with #382C67
Text Example
Text Example
White with #382C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C67; }
p { color: rgb(56,44,103); }
H1.HeaderClassName
{
color: #382C67;
}
.AnyTagClassName
{
color: #382C67;
}
</style>
background-color css
<style>
a { background-color: #382C67; }
a { background-color: rgb(56,44,103); }
div.DivClassName
{
background-color: #382C67;
}
.BgClassName
{
background-color: #382C67;
}
</style>
border-color css
<style>
span { border-color: #382C67; }
span { border-color: rgb(56,44,103); }
td.TdClassName
{
border-color: #382C67;
}
.TagClassName
{
border-color: #382C67;
}
</style>