Shades of Blumine #285E65
Tints of Blumine #285E65
RGB
CMYK
RGB Variations
Color information
#285E65 (or 0x285E65) is known color: Blumine. HEX triplet: 28, 5E and 65. RGB value is (40,94,101). Sum of RGB (Red+Green+Blue) = 40+94+101=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #285E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E65 is #D7A19A. Grayscale: #4E4E4E. Windows color (decimal): -14131611 or 6643240. OLE color: 6643240.
HSL color Cylindrical-coordinate representation of color #285E65: hue angle of 186.89º 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 #285E65 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 94 | 101 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.60 |
| HSL | 186.89º | 0.43% | 0.28% | - |
| HSV(B) | 186.89º | 0.6% | 0.4% | - |
| XYZ | 7.23 | 9.4 | 13.74 | - |
| YUV | 78.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 101 | 0.60 | 0.07 | 0 | 0.60 | 186.89 | 0.43 | 0.28 |
| Hex | 28 | 5E | 65 | 3C | 7 | 0 | 3C | BB | 2B | 1C |
| Octal | 50 | 136 | 145 | 74 | 7 | 0 | 74 | 273 | 53 | 34 |
| Binary | 101000 | 1011110 | 1100101 | 111100 | 111 | 0 | 111100 | 10111011 | 101011 | 11100 |
Color Harmonies of #285E65
Complementary color
Monochromatic Colors of #285E65
Black with #285E65
Text Example
Text Example
White with #285E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E65; }
p { color: rgb(40,94,101); }
H1.HeaderClassName
{
color: #285E65;
}
.AnyTagClassName
{
color: #285E65;
}
</style>
background-color css
<style>
a { background-color: #285E65; }
a { background-color: rgb(40,94,101); }
div.DivClassName
{
background-color: #285E65;
}
.BgClassName
{
background-color: #285E65;
}
</style>
border-color css
<style>
span { border-color: #285E65; }
span { border-color: rgb(40,94,101); }
td.TdClassName
{
border-color: #285E65;
}
.TagClassName
{
border-color: #285E65;
}
</style>