Shades of Blumine #286271
Tints of Blumine #286271
RGB
CMYK
RGB Variations
Color information
#286271 (or 0x286271) is known color: Blumine. HEX triplet: 28, 62 and 71. RGB value is (40,98,113). Sum of RGB (Red+Green+Blue) = 40+98+113=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #286271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286271 is #D79D8E. Grayscale: #525252. Windows color (decimal): -14130575 or 7430696. OLE color: 7430696.
HSL color Cylindrical-coordinate representation of color #286271: hue angle of 192.33º 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 #286271 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 98 | 113 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.56 |
| HSL | 192.33º | 0.48% | 0.3% | - |
| HSV(B) | 192.33º | 0.65% | 0.44% | - |
| XYZ | 8.22 | 10.38 | 17.19 | - |
| YUV | 82.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 113 | 0.65 | 0.13 | 0 | 0.56 | 192.33 | 0.48 | 0.3 |
| Hex | 28 | 62 | 71 | 41 | D | 0 | 38 | C0 | 30 | 1E |
| Octal | 50 | 142 | 161 | 101 | 15 | 0 | 70 | 300 | 60 | 36 |
| Binary | 101000 | 1100010 | 1110001 | 1000001 | 1101 | 0 | 111000 | 11000000 | 110000 | 11110 |
Color Harmonies of #286271
Complementary color
Monochromatic Colors of #286271
Black with #286271
Text Example
Text Example
White with #286271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286271; }
p { color: rgb(40,98,113); }
H1.HeaderClassName
{
color: #286271;
}
.AnyTagClassName
{
color: #286271;
}
</style>
background-color css
<style>
a { background-color: #286271; }
a { background-color: rgb(40,98,113); }
div.DivClassName
{
background-color: #286271;
}
.BgClassName
{
background-color: #286271;
}
</style>
border-color css
<style>
span { border-color: #286271; }
span { border-color: rgb(40,98,113); }
td.TdClassName
{
border-color: #286271;
}
.TagClassName
{
border-color: #286271;
}
</style>