Shades of Minsk #382D67
Tints of Minsk #382D67
RGB
CMYK
RGB Variations
Color information
#382D67 (or 0x382D67) is known color: Minsk. HEX triplet: 38, 2D and 67. RGB value is (56,45,103). Sum of RGB (Red+Green+Blue) = 56+45+103=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #382D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D67 is #C7D298. Grayscale: #363636. Windows color (decimal): -13095577 or 6761784. OLE color: 6761784.
HSL color Cylindrical-coordinate representation of color #382D67: hue angle of 251.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382D67 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 45 | 103 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.60 |
| HSL | 251.38º | 0.39% | 0.29% | - |
| HSV(B) | 251.38º | 0.56% | 0.4% | - |
| XYZ | 5.02 | 3.7 | 13.28 | - |
| YUV | 54.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 103 | 0.46 | 0.56 | 0 | 0.60 | 251.38 | 0.39 | 0.29 |
| Hex | 38 | 2D | 67 | 2E | 38 | 0 | 3C | FB | 27 | 1D |
| Octal | 70 | 55 | 147 | 56 | 70 | 0 | 74 | 373 | 47 | 35 |
| Binary | 111000 | 101101 | 1100111 | 101110 | 111000 | 0 | 111100 | 11111011 | 100111 | 11101 |
Color Harmonies of #382D67
Complementary color
Monochromatic Colors of #382D67
Black with #382D67
Text Example
Text Example
White with #382D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D67; }
p { color: rgb(56,45,103); }
H1.HeaderClassName
{
color: #382D67;
}
.AnyTagClassName
{
color: #382D67;
}
</style>
background-color css
<style>
a { background-color: #382D67; }
a { background-color: rgb(56,45,103); }
div.DivClassName
{
background-color: #382D67;
}
.BgClassName
{
background-color: #382D67;
}
</style>
border-color css
<style>
span { border-color: #382D67; }
span { border-color: rgb(56,45,103); }
td.TdClassName
{
border-color: #382D67;
}
.TagClassName
{
border-color: #382D67;
}
</style>