Shades of Blumine #286373
Tints of Blumine #286373
RGB
CMYK
RGB Variations
Color information
#286373 (or 0x286373) is known color: Blumine. HEX triplet: 28, 63 and 73. RGB value is (40,99,115). Sum of RGB (Red+Green+Blue) = 40+99+115=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #286373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286373 is #D79C8C. Grayscale: #535353. Windows color (decimal): -14130317 or 7562024. OLE color: 7562024.
HSL color Cylindrical-coordinate representation of color #286373: hue angle of 192.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286373 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 99 | 115 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.55 |
| HSL | 192.8º | 0.48% | 0.3% | - |
| HSV(B) | 192.8º | 0.65% | 0.45% | - |
| XYZ | 8.43 | 10.61 | 17.82 | - |
| YUV | 83.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 115 | 0.65 | 0.14 | 0 | 0.55 | 192.8 | 0.48 | 0.3 |
| Hex | 28 | 63 | 73 | 41 | E | 0 | 37 | C1 | 30 | 1E |
| Octal | 50 | 143 | 163 | 101 | 16 | 0 | 67 | 301 | 60 | 36 |
| Binary | 101000 | 1100011 | 1110011 | 1000001 | 1110 | 0 | 110111 | 11000001 | 110000 | 11110 |
Color Harmonies of #286373
Complementary color
Monochromatic Colors of #286373
Black with #286373
Text Example
Text Example
White with #286373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286373; }
p { color: rgb(40,99,115); }
H1.HeaderClassName
{
color: #286373;
}
.AnyTagClassName
{
color: #286373;
}
</style>
background-color css
<style>
a { background-color: #286373; }
a { background-color: rgb(40,99,115); }
div.DivClassName
{
background-color: #286373;
}
.BgClassName
{
background-color: #286373;
}
</style>
border-color css
<style>
span { border-color: #286373; }
span { border-color: rgb(40,99,115); }
td.TdClassName
{
border-color: #286373;
}
.TagClassName
{
border-color: #286373;
}
</style>