Shades of Minsk #38266E
Tints of Minsk #38266E
RGB
CMYK
RGB Variations
Color information
#38266E (or 0x38266E) is known color: Minsk. HEX triplet: 38, 26 and 6E. RGB value is (56,38,110). Sum of RGB (Red+Green+Blue) = 56+38+110=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #38266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38266E is #C7D991. Grayscale: #333333. Windows color (decimal): -13097362 or 7218744. OLE color: 7218744.
HSL color Cylindrical-coordinate representation of color #38266E: hue angle of 255º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38266E is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 38 | 110 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.57 |
| HSL | 255º | 0.49% | 0.29% | - |
| HSV(B) | 255º | 0.65% | 0.43% | - |
| XYZ | 5.14 | 3.35 | 15.13 | - |
| YUV | 51.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 110 | 0.49 | 0.65 | 0 | 0.57 | 255 | 0.49 | 0.29 |
| Hex | 38 | 26 | 6E | 31 | 41 | 0 | 39 | FF | 31 | 1D |
| Octal | 70 | 46 | 156 | 61 | 101 | 0 | 71 | 377 | 61 | 35 |
| Binary | 111000 | 100110 | 1101110 | 110001 | 1000001 | 0 | 111001 | 11111111 | 110001 | 11101 |
Color Harmonies of #38266E
Complementary color
Monochromatic Colors of #38266E
Black with #38266E
Text Example
Text Example
White with #38266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38266E; }
p { color: rgb(56,38,110); }
H1.HeaderClassName
{
color: #38266E;
}
.AnyTagClassName
{
color: #38266E;
}
</style>
background-color css
<style>
a { background-color: #38266E; }
a { background-color: rgb(56,38,110); }
div.DivClassName
{
background-color: #38266E;
}
.BgClassName
{
background-color: #38266E;
}
</style>
border-color css
<style>
span { border-color: #38266E; }
span { border-color: rgb(56,38,110); }
td.TdClassName
{
border-color: #38266E;
}
.TagClassName
{
border-color: #38266E;
}
</style>