Shades of Blumine #285B63
Tints of Blumine #285B63
RGB
CMYK
RGB Variations
Color information
#285B63 (or 0x285B63) is known color: Blumine. HEX triplet: 28, 5B and 63. RGB value is (40,91,99). Sum of RGB (Red+Green+Blue) = 40+91+99=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #285B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B63 is #D7A49C. Grayscale: #4C4C4C. Windows color (decimal): -14132381 or 6511400. OLE color: 6511400.
HSL color Cylindrical-coordinate representation of color #285B63: hue angle of 188.14º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285B63 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 91 | 99 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.61 |
| HSL | 188.14º | 0.42% | 0.27% | - |
| HSV(B) | 188.14º | 0.6% | 0.39% | - |
| XYZ | 6.87 | 8.83 | 13.15 | - |
| YUV | 76.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 99 | 0.60 | 0.08 | 0 | 0.61 | 188.14 | 0.42 | 0.27 |
| Hex | 28 | 5B | 63 | 3C | 8 | 0 | 3D | BC | 2A | 1B |
| Octal | 50 | 133 | 143 | 74 | 10 | 0 | 75 | 274 | 52 | 33 |
| Binary | 101000 | 1011011 | 1100011 | 111100 | 1000 | 0 | 111101 | 10111100 | 101010 | 11011 |
Color Harmonies of #285B63
Complementary color
Monochromatic Colors of #285B63
Black with #285B63
Text Example
Text Example
White with #285B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B63; }
p { color: rgb(40,91,99); }
H1.HeaderClassName
{
color: #285B63;
}
.AnyTagClassName
{
color: #285B63;
}
</style>
background-color css
<style>
a { background-color: #285B63; }
a { background-color: rgb(40,91,99); }
div.DivClassName
{
background-color: #285B63;
}
.BgClassName
{
background-color: #285B63;
}
</style>
border-color css
<style>
span { border-color: #285B63; }
span { border-color: rgb(40,91,99); }
td.TdClassName
{
border-color: #285B63;
}
.TagClassName
{
border-color: #285B63;
}
</style>