Shades of Blumine #286168
Tints of Blumine #286168
RGB
CMYK
RGB Variations
Color information
#286168 (or 0x286168) is known color: Blumine. HEX triplet: 28, 61 and 68. RGB value is (40,97,104). Sum of RGB (Red+Green+Blue) = 40+97+104=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #286168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286168 is #D79E97. Grayscale: #505050. Windows color (decimal): -14130840 or 6840616. OLE color: 6840616.
HSL color Cylindrical-coordinate representation of color #286168: hue angle of 186.56º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286168 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 97 | 104 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.59 |
| HSL | 186.56º | 0.44% | 0.28% | - |
| HSV(B) | 186.56º | 0.62% | 0.41% | - |
| XYZ | 7.65 | 10 | 14.62 | - |
| YUV | 80.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 104 | 0.62 | 0.07 | 0 | 0.59 | 186.56 | 0.44 | 0.28 |
| Hex | 28 | 61 | 68 | 3E | 7 | 0 | 3B | BB | 2C | 1C |
| Octal | 50 | 141 | 150 | 76 | 7 | 0 | 73 | 273 | 54 | 34 |
| Binary | 101000 | 1100001 | 1101000 | 111110 | 111 | 0 | 111011 | 10111011 | 101100 | 11100 |
Color Harmonies of #286168
Complementary color
Monochromatic Colors of #286168
Black with #286168
Text Example
Text Example
White with #286168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286168; }
p { color: rgb(40,97,104); }
H1.HeaderClassName
{
color: #286168;
}
.AnyTagClassName
{
color: #286168;
}
</style>
background-color css
<style>
a { background-color: #286168; }
a { background-color: rgb(40,97,104); }
div.DivClassName
{
background-color: #286168;
}
.BgClassName
{
background-color: #286168;
}
</style>
border-color css
<style>
span { border-color: #286168; }
span { border-color: rgb(40,97,104); }
td.TdClassName
{
border-color: #286168;
}
.TagClassName
{
border-color: #286168;
}
</style>