Shades of Blumine #285D65
Tints of Blumine #285D65
RGB
CMYK
RGB Variations
Color information
#285D65 (or 0x285D65) is known color: Blumine. HEX triplet: 28, 5D and 65. RGB value is (40,93,101). Sum of RGB (Red+Green+Blue) = 40+93+101=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #285D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D65 is #D7A29A. Grayscale: #4D4D4D. Windows color (decimal): -14131867 or 6642984. OLE color: 6642984.
HSL color Cylindrical-coordinate representation of color #285D65: hue angle of 187.87º 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 #285D65 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 93 | 101 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.60 |
| HSL | 187.87º | 0.43% | 0.28% | - |
| HSV(B) | 187.87º | 0.6% | 0.4% | - |
| XYZ | 7.14 | 9.22 | 13.72 | - |
| YUV | 78.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 101 | 0.60 | 0.08 | 0 | 0.60 | 187.87 | 0.43 | 0.28 |
| Hex | 28 | 5D | 65 | 3C | 8 | 0 | 3C | BC | 2B | 1C |
| Octal | 50 | 135 | 145 | 74 | 10 | 0 | 74 | 274 | 53 | 34 |
| Binary | 101000 | 1011101 | 1100101 | 111100 | 1000 | 0 | 111100 | 10111100 | 101011 | 11100 |
Color Harmonies of #285D65
Complementary color
Monochromatic Colors of #285D65
Black with #285D65
Text Example
Text Example
White with #285D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D65; }
p { color: rgb(40,93,101); }
H1.HeaderClassName
{
color: #285D65;
}
.AnyTagClassName
{
color: #285D65;
}
</style>
background-color css
<style>
a { background-color: #285D65; }
a { background-color: rgb(40,93,101); }
div.DivClassName
{
background-color: #285D65;
}
.BgClassName
{
background-color: #285D65;
}
</style>
border-color css
<style>
span { border-color: #285D65; }
span { border-color: rgb(40,93,101); }
td.TdClassName
{
border-color: #285D65;
}
.TagClassName
{
border-color: #285D65;
}
</style>