Shades of Blumine #286171
Tints of Blumine #286171
RGB
CMYK
RGB Variations
Color information
#286171 (or 0x286171) is known color: Blumine. HEX triplet: 28, 61 and 71. RGB value is (40,97,113). Sum of RGB (Red+Green+Blue) = 40+97+113=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #286171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286171 is #D79E8E. Grayscale: #515151. Windows color (decimal): -14130831 or 7430440. OLE color: 7430440.
HSL color Cylindrical-coordinate representation of color #286171: hue angle of 193.15º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286171 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 97 | 113 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.56 |
| HSL | 193.15º | 0.48% | 0.3% | - |
| HSV(B) | 193.15º | 0.65% | 0.44% | - |
| XYZ | 8.13 | 10.19 | 17.16 | - |
| YUV | 81.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 113 | 0.65 | 0.14 | 0 | 0.56 | 193.15 | 0.48 | 0.3 |
| Hex | 28 | 61 | 71 | 41 | E | 0 | 38 | C1 | 30 | 1E |
| Octal | 50 | 141 | 161 | 101 | 16 | 0 | 70 | 301 | 60 | 36 |
| Binary | 101000 | 1100001 | 1110001 | 1000001 | 1110 | 0 | 111000 | 11000001 | 110000 | 11110 |
Color Harmonies of #286171
Complementary color
Monochromatic Colors of #286171
Black with #286171
Text Example
Text Example
White with #286171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286171; }
p { color: rgb(40,97,113); }
H1.HeaderClassName
{
color: #286171;
}
.AnyTagClassName
{
color: #286171;
}
</style>
background-color css
<style>
a { background-color: #286171; }
a { background-color: rgb(40,97,113); }
div.DivClassName
{
background-color: #286171;
}
.BgClassName
{
background-color: #286171;
}
</style>
border-color css
<style>
span { border-color: #286171; }
span { border-color: rgb(40,97,113); }
td.TdClassName
{
border-color: #286171;
}
.TagClassName
{
border-color: #286171;
}
</style>