Shades of Blumine #285B65
Tints of Blumine #285B65
RGB
CMYK
RGB Variations
Color information
#285B65 (or 0x285B65) is known color: Blumine. HEX triplet: 28, 5B and 65. RGB value is (40,91,101). Sum of RGB (Red+Green+Blue) = 40+91+101=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #285B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B65 is #D7A49A. Grayscale: #4C4C4C. Windows color (decimal): -14132379 or 6642472. OLE color: 6642472.
HSL color Cylindrical-coordinate representation of color #285B65: hue angle of 189.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285B65 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 91 | 101 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.60 |
| HSL | 189.84º | 0.43% | 0.28% | - |
| HSV(B) | 189.84º | 0.6% | 0.4% | - |
| XYZ | 6.97 | 8.87 | 13.66 | - |
| YUV | 76.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 101 | 0.60 | 0.10 | 0 | 0.60 | 189.84 | 0.43 | 0.28 |
| Hex | 28 | 5B | 65 | 3C | A | 0 | 3C | BE | 2B | 1C |
| Octal | 50 | 133 | 145 | 74 | 12 | 0 | 74 | 276 | 53 | 34 |
| Binary | 101000 | 1011011 | 1100101 | 111100 | 1010 | 0 | 111100 | 10111110 | 101011 | 11100 |
Color Harmonies of #285B65
Complementary color
Monochromatic Colors of #285B65
Black with #285B65
Text Example
Text Example
White with #285B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B65; }
p { color: rgb(40,91,101); }
H1.HeaderClassName
{
color: #285B65;
}
.AnyTagClassName
{
color: #285B65;
}
</style>
background-color css
<style>
a { background-color: #285B65; }
a { background-color: rgb(40,91,101); }
div.DivClassName
{
background-color: #285B65;
}
.BgClassName
{
background-color: #285B65;
}
</style>
border-color css
<style>
span { border-color: #285B65; }
span { border-color: rgb(40,91,101); }
td.TdClassName
{
border-color: #285B65;
}
.TagClassName
{
border-color: #285B65;
}
</style>