Shades of Minsk #38276D
Tints of Minsk #38276D
RGB
CMYK
RGB Variations
Color information
#38276D (or 0x38276D) is known color: Minsk. HEX triplet: 38, 27 and 6D. RGB value is (56,39,109). Sum of RGB (Red+Green+Blue) = 56+39+109=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #38276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38276D is #C7D892. Grayscale: #333333. Windows color (decimal): -13097107 or 7153464. OLE color: 7153464.
HSL color Cylindrical-coordinate representation of color #38276D: hue angle of 254.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38276D is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 39 | 109 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.57 |
| HSL | 254.57º | 0.47% | 0.29% | - |
| HSV(B) | 254.57º | 0.64% | 0.43% | - |
| XYZ | 5.12 | 3.4 | 14.85 | - |
| YUV | 52.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 109 | 0.49 | 0.64 | 0 | 0.57 | 254.57 | 0.47 | 0.29 |
| Hex | 38 | 27 | 6D | 31 | 40 | 0 | 39 | FF | 2F | 1D |
| Octal | 70 | 47 | 155 | 61 | 100 | 0 | 71 | 377 | 57 | 35 |
| Binary | 111000 | 100111 | 1101101 | 110001 | 1000000 | 0 | 111001 | 11111111 | 101111 | 11101 |
Color Harmonies of #38276D
Complementary color
Monochromatic Colors of #38276D
Black with #38276D
Text Example
Text Example
White with #38276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38276D; }
p { color: rgb(56,39,109); }
H1.HeaderClassName
{
color: #38276D;
}
.AnyTagClassName
{
color: #38276D;
}
</style>
background-color css
<style>
a { background-color: #38276D; }
a { background-color: rgb(56,39,109); }
div.DivClassName
{
background-color: #38276D;
}
.BgClassName
{
background-color: #38276D;
}
</style>
border-color css
<style>
span { border-color: #38276D; }
span { border-color: rgb(56,39,109); }
td.TdClassName
{
border-color: #38276D;
}
.TagClassName
{
border-color: #38276D;
}
</style>