Shades of Blumine #285E69
Tints of Blumine #285E69
RGB
CMYK
RGB Variations
Color information
#285E69 (or 0x285E69) is known color: Blumine. HEX triplet: 28, 5E and 69. RGB value is (40,94,105). Sum of RGB (Red+Green+Blue) = 40+94+105=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #285E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E69 is #D7A196. Grayscale: #4F4F4F. Windows color (decimal): -14131607 or 6905384. OLE color: 6905384.
HSL color Cylindrical-coordinate representation of color #285E69: hue angle of 190.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285E69 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 94 | 105 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.59 |
| HSL | 190.15º | 0.45% | 0.28% | - |
| HSV(B) | 190.15º | 0.62% | 0.41% | - |
| XYZ | 7.43 | 9.48 | 14.8 | - |
| YUV | 79.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 105 | 0.62 | 0.10 | 0 | 0.59 | 190.15 | 0.45 | 0.28 |
| Hex | 28 | 5E | 69 | 3E | A | 0 | 3B | BE | 2D | 1C |
| Octal | 50 | 136 | 151 | 76 | 12 | 0 | 73 | 276 | 55 | 34 |
| Binary | 101000 | 1011110 | 1101001 | 111110 | 1010 | 0 | 111011 | 10111110 | 101101 | 11100 |
Color Harmonies of #285E69
Complementary color
Monochromatic Colors of #285E69
Black with #285E69
Text Example
Text Example
White with #285E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E69; }
p { color: rgb(40,94,105); }
H1.HeaderClassName
{
color: #285E69;
}
.AnyTagClassName
{
color: #285E69;
}
</style>
background-color css
<style>
a { background-color: #285E69; }
a { background-color: rgb(40,94,105); }
div.DivClassName
{
background-color: #285E69;
}
.BgClassName
{
background-color: #285E69;
}
</style>
border-color css
<style>
span { border-color: #285E69; }
span { border-color: rgb(40,94,105); }
td.TdClassName
{
border-color: #285E69;
}
.TagClassName
{
border-color: #285E69;
}
</style>