Shades of Blumine #285E70
Tints of Blumine #285E70
RGB
CMYK
RGB Variations
Color information
#285E70 (or 0x285E70) is known color: Blumine. HEX triplet: 28, 5E and 70. RGB value is (40,94,112). Sum of RGB (Red+Green+Blue) = 40+94+112=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #285E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E70 is #D7A18F. Grayscale: #4F4F4F. Windows color (decimal): -14131600 or 7364136. OLE color: 7364136.
HSL color Cylindrical-coordinate representation of color #285E70: hue angle of 195º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285E70 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 94 | 112 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.56 |
| HSL | 195º | 0.47% | 0.3% | - |
| HSV(B) | 195º | 0.64% | 0.44% | - |
| XYZ | 7.8 | 9.63 | 16.78 | - |
| YUV | 79.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 112 | 0.64 | 0.16 | 0 | 0.56 | 195 | 0.47 | 0.3 |
| Hex | 28 | 5E | 70 | 40 | 10 | 0 | 38 | C3 | 2F | 1E |
| Octal | 50 | 136 | 160 | 100 | 20 | 0 | 70 | 303 | 57 | 36 |
| Binary | 101000 | 1011110 | 1110000 | 1000000 | 10000 | 0 | 111000 | 11000011 | 101111 | 11110 |
Color Harmonies of #285E70
Complementary color
Monochromatic Colors of #285E70
Black with #285E70
Text Example
Text Example
White with #285E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E70; }
p { color: rgb(40,94,112); }
H1.HeaderClassName
{
color: #285E70;
}
.AnyTagClassName
{
color: #285E70;
}
</style>
background-color css
<style>
a { background-color: #285E70; }
a { background-color: rgb(40,94,112); }
div.DivClassName
{
background-color: #285E70;
}
.BgClassName
{
background-color: #285E70;
}
</style>
border-color css
<style>
span { border-color: #285E70; }
span { border-color: rgb(40,94,112); }
td.TdClassName
{
border-color: #285E70;
}
.TagClassName
{
border-color: #285E70;
}
</style>