Shades of Minsk #38266F
Tints of Minsk #38266F
RGB
CMYK
RGB Variations
Color information
#38266F (or 0x38266F) is known color: Minsk. HEX triplet: 38, 26 and 6F. RGB value is (56,38,111). Sum of RGB (Red+Green+Blue) = 56+38+111=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #38266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38266F is #C7D990. Grayscale: #333333. Windows color (decimal): -13097361 or 7284280. OLE color: 7284280.
HSL color Cylindrical-coordinate representation of color #38266F: hue angle of 254.79º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38266F is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 38 | 111 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.56 |
| HSL | 254.79º | 0.49% | 0.29% | - |
| HSV(B) | 254.79º | 0.66% | 0.44% | - |
| XYZ | 5.19 | 3.37 | 15.42 | - |
| YUV | 51.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 111 | 0.50 | 0.66 | 0 | 0.56 | 254.79 | 0.49 | 0.29 |
| Hex | 38 | 26 | 6F | 32 | 42 | 0 | 38 | FF | 31 | 1D |
| Octal | 70 | 46 | 157 | 62 | 102 | 0 | 70 | 377 | 61 | 35 |
| Binary | 111000 | 100110 | 1101111 | 110010 | 1000010 | 0 | 111000 | 11111111 | 110001 | 11101 |
Color Harmonies of #38266F
Complementary color
Monochromatic Colors of #38266F
Black with #38266F
Text Example
Text Example
White with #38266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38266F; }
p { color: rgb(56,38,111); }
H1.HeaderClassName
{
color: #38266F;
}
.AnyTagClassName
{
color: #38266F;
}
</style>
background-color css
<style>
a { background-color: #38266F; }
a { background-color: rgb(56,38,111); }
div.DivClassName
{
background-color: #38266F;
}
.BgClassName
{
background-color: #38266F;
}
</style>
border-color css
<style>
span { border-color: #38266F; }
span { border-color: rgb(56,38,111); }
td.TdClassName
{
border-color: #38266F;
}
.TagClassName
{
border-color: #38266F;
}
</style>