Shades of Blumine #286172
Tints of Blumine #286172
RGB
CMYK
RGB Variations
Color information
#286172 (or 0x286172) is known color: Blumine. HEX triplet: 28, 61 and 72. RGB value is (40,97,114). Sum of RGB (Red+Green+Blue) = 40+97+114=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #286172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286172 is #D79E8D. Grayscale: #515151. Windows color (decimal): -14130830 or 7495976. OLE color: 7495976.
HSL color Cylindrical-coordinate representation of color #286172: hue angle of 193.78º 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 #286172 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 97 | 114 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.55 |
| HSL | 193.78º | 0.48% | 0.3% | - |
| HSV(B) | 193.78º | 0.65% | 0.45% | - |
| XYZ | 8.19 | 10.22 | 17.46 | - |
| YUV | 81.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 114 | 0.65 | 0.15 | 0 | 0.55 | 193.78 | 0.48 | 0.3 |
| Hex | 28 | 61 | 72 | 41 | F | 0 | 37 | C2 | 30 | 1E |
| Octal | 50 | 141 | 162 | 101 | 17 | 0 | 67 | 302 | 60 | 36 |
| Binary | 101000 | 1100001 | 1110010 | 1000001 | 1111 | 0 | 110111 | 11000010 | 110000 | 11110 |
Color Harmonies of #286172
Complementary color
Monochromatic Colors of #286172
Black with #286172
Text Example
Text Example
White with #286172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286172; }
p { color: rgb(40,97,114); }
H1.HeaderClassName
{
color: #286172;
}
.AnyTagClassName
{
color: #286172;
}
</style>
background-color css
<style>
a { background-color: #286172; }
a { background-color: rgb(40,97,114); }
div.DivClassName
{
background-color: #286172;
}
.BgClassName
{
background-color: #286172;
}
</style>
border-color css
<style>
span { border-color: #286172; }
span { border-color: rgb(40,97,114); }
td.TdClassName
{
border-color: #286172;
}
.TagClassName
{
border-color: #286172;
}
</style>