Shades of Blumine #285F70
Tints of Blumine #285F70
RGB
CMYK
RGB Variations
Color information
#285F70 (or 0x285F70) is known color: Blumine. HEX triplet: 28, 5F and 70. RGB value is (40,95,112). Sum of RGB (Red+Green+Blue) = 40+95+112=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #285F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F70 is #D7A08F. Grayscale: #505050. Windows color (decimal): -14131344 or 7364392. OLE color: 7364392.
HSL color Cylindrical-coordinate representation of color #285F70: hue angle of 194.17º 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 #285F70 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 95 | 112 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.56 |
| HSL | 194.17º | 0.47% | 0.3% | - |
| HSV(B) | 194.17º | 0.64% | 0.44% | - |
| XYZ | 7.89 | 9.81 | 16.81 | - |
| YUV | 80.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 112 | 0.64 | 0.15 | 0 | 0.56 | 194.17 | 0.47 | 0.3 |
| Hex | 28 | 5F | 70 | 40 | F | 0 | 38 | C2 | 2F | 1E |
| Octal | 50 | 137 | 160 | 100 | 17 | 0 | 70 | 302 | 57 | 36 |
| Binary | 101000 | 1011111 | 1110000 | 1000000 | 1111 | 0 | 111000 | 11000010 | 101111 | 11110 |
Color Harmonies of #285F70
Complementary color
Monochromatic Colors of #285F70
Black with #285F70
Text Example
Text Example
White with #285F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F70; }
p { color: rgb(40,95,112); }
H1.HeaderClassName
{
color: #285F70;
}
.AnyTagClassName
{
color: #285F70;
}
</style>
background-color css
<style>
a { background-color: #285F70; }
a { background-color: rgb(40,95,112); }
div.DivClassName
{
background-color: #285F70;
}
.BgClassName
{
background-color: #285F70;
}
</style>
border-color css
<style>
span { border-color: #285F70; }
span { border-color: rgb(40,95,112); }
td.TdClassName
{
border-color: #285F70;
}
.TagClassName
{
border-color: #285F70;
}
</style>