Shades of Blumine #285E6B
Tints of Blumine #285E6B
RGB
CMYK
RGB Variations
Color information
#285E6B (or 0x285E6B) is known color: Blumine. HEX triplet: 28, 5E and 6B. RGB value is (40,94,107). Sum of RGB (Red+Green+Blue) = 40+94+107=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #285E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E6B is #D7A194. Grayscale: #4F4F4F. Windows color (decimal): -14131605 or 7036456. OLE color: 7036456.
HSL color Cylindrical-coordinate representation of color #285E6B: hue angle of 191.64º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285E6B is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 94 | 107 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.58 |
| HSL | 191.64º | 0.46% | 0.29% | - |
| HSV(B) | 191.64º | 0.63% | 0.42% | - |
| XYZ | 7.53 | 9.52 | 15.35 | - |
| YUV | 79.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 107 | 0.63 | 0.12 | 0 | 0.58 | 191.64 | 0.46 | 0.29 |
| Hex | 28 | 5E | 6B | 3F | C | 0 | 3A | C0 | 2E | 1D |
| Octal | 50 | 136 | 153 | 77 | 14 | 0 | 72 | 300 | 56 | 35 |
| Binary | 101000 | 1011110 | 1101011 | 111111 | 1100 | 0 | 111010 | 11000000 | 101110 | 11101 |
Color Harmonies of #285E6B
Complementary color
Monochromatic Colors of #285E6B
Black with #285E6B
Text Example
Text Example
White with #285E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E6B; }
p { color: rgb(40,94,107); }
H1.HeaderClassName
{
color: #285E6B;
}
.AnyTagClassName
{
color: #285E6B;
}
</style>
background-color css
<style>
a { background-color: #285E6B; }
a { background-color: rgb(40,94,107); }
div.DivClassName
{
background-color: #285E6B;
}
.BgClassName
{
background-color: #285E6B;
}
</style>
border-color css
<style>
span { border-color: #285E6B; }
span { border-color: rgb(40,94,107); }
td.TdClassName
{
border-color: #285E6B;
}
.TagClassName
{
border-color: #285E6B;
}
</style>