Shades of Minsk #38266D
Tints of Minsk #38266D
RGB
CMYK
RGB Variations
Color information
#38266D (or 0x38266D) is known color: Minsk. HEX triplet: 38, 26 and 6D. RGB value is (56,38,109). Sum of RGB (Red+Green+Blue) = 56+38+109=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #38266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38266D is #C7D992. Grayscale: #333333. Windows color (decimal): -13097363 or 7153208. OLE color: 7153208.
HSL color Cylindrical-coordinate representation of color #38266D: hue angle of 255.21º degrees, saturation: 0.48, 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 #38266D is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 38 | 109 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.57 |
| HSL | 255.21º | 0.48% | 0.29% | - |
| HSV(B) | 255.21º | 0.65% | 0.43% | - |
| XYZ | 5.08 | 3.33 | 14.84 | - |
| YUV | 51.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 109 | 0.49 | 0.65 | 0 | 0.57 | 255.21 | 0.48 | 0.29 |
| Hex | 38 | 26 | 6D | 31 | 41 | 0 | 39 | FF | 30 | 1D |
| Octal | 70 | 46 | 155 | 61 | 101 | 0 | 71 | 377 | 60 | 35 |
| Binary | 111000 | 100110 | 1101101 | 110001 | 1000001 | 0 | 111001 | 11111111 | 110000 | 11101 |
Color Harmonies of #38266D
Complementary color
Monochromatic Colors of #38266D
Black with #38266D
Text Example
Text Example
White with #38266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38266D; }
p { color: rgb(56,38,109); }
H1.HeaderClassName
{
color: #38266D;
}
.AnyTagClassName
{
color: #38266D;
}
</style>
background-color css
<style>
a { background-color: #38266D; }
a { background-color: rgb(56,38,109); }
div.DivClassName
{
background-color: #38266D;
}
.BgClassName
{
background-color: #38266D;
}
</style>
border-color css
<style>
span { border-color: #38266D; }
span { border-color: rgb(56,38,109); }
td.TdClassName
{
border-color: #38266D;
}
.TagClassName
{
border-color: #38266D;
}
</style>