Shades of Blumine #286170
Tints of Blumine #286170
RGB
CMYK
RGB Variations
Color information
#286170 (or 0x286170) is known color: Blumine. HEX triplet: 28, 61 and 70. RGB value is (40,97,112). Sum of RGB (Red+Green+Blue) = 40+97+112=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #286170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286170 is #D79E8F. Grayscale: #515151. Windows color (decimal): -14130832 or 7364904. OLE color: 7364904.
HSL color Cylindrical-coordinate representation of color #286170: hue angle of 192.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286170 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 97 | 112 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.56 |
| HSL | 192.5º | 0.47% | 0.3% | - |
| HSV(B) | 192.5º | 0.64% | 0.44% | - |
| XYZ | 8.07 | 10.17 | 16.87 | - |
| YUV | 81.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 112 | 0.64 | 0.13 | 0 | 0.56 | 192.5 | 0.47 | 0.3 |
| Hex | 28 | 61 | 70 | 40 | D | 0 | 38 | C0 | 2F | 1E |
| Octal | 50 | 141 | 160 | 100 | 15 | 0 | 70 | 300 | 57 | 36 |
| Binary | 101000 | 1100001 | 1110000 | 1000000 | 1101 | 0 | 111000 | 11000000 | 101111 | 11110 |
Color Harmonies of #286170
Complementary color
Monochromatic Colors of #286170
Black with #286170
Text Example
Text Example
White with #286170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286170; }
p { color: rgb(40,97,112); }
H1.HeaderClassName
{
color: #286170;
}
.AnyTagClassName
{
color: #286170;
}
</style>
background-color css
<style>
a { background-color: #286170; }
a { background-color: rgb(40,97,112); }
div.DivClassName
{
background-color: #286170;
}
.BgClassName
{
background-color: #286170;
}
</style>
border-color css
<style>
span { border-color: #286170; }
span { border-color: rgb(40,97,112); }
td.TdClassName
{
border-color: #286170;
}
.TagClassName
{
border-color: #286170;
}
</style>