Shades of Blumine #285E6D
Tints of Blumine #285E6D
RGB
CMYK
RGB Variations
Color information
#285E6D (or 0x285E6D) is known color: Blumine. HEX triplet: 28, 5E and 6D. RGB value is (40,94,109). Sum of RGB (Red+Green+Blue) = 40+94+109=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #285E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E6D is #D7A192. Grayscale: #4F4F4F. Windows color (decimal): -14131603 or 7167528. OLE color: 7167528.
HSL color Cylindrical-coordinate representation of color #285E6D: hue angle of 193.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285E6D is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 94 | 109 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.57 |
| HSL | 193.04º | 0.46% | 0.29% | - |
| HSV(B) | 193.04º | 0.63% | 0.43% | - |
| XYZ | 7.64 | 9.56 | 15.91 | - |
| YUV | 79.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 109 | 0.63 | 0.14 | 0 | 0.57 | 193.04 | 0.46 | 0.29 |
| Hex | 28 | 5E | 6D | 3F | E | 0 | 39 | C1 | 2E | 1D |
| Octal | 50 | 136 | 155 | 77 | 16 | 0 | 71 | 301 | 56 | 35 |
| Binary | 101000 | 1011110 | 1101101 | 111111 | 1110 | 0 | 111001 | 11000001 | 101110 | 11101 |
Color Harmonies of #285E6D
Complementary color
Monochromatic Colors of #285E6D
Black with #285E6D
Text Example
Text Example
White with #285E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E6D; }
p { color: rgb(40,94,109); }
H1.HeaderClassName
{
color: #285E6D;
}
.AnyTagClassName
{
color: #285E6D;
}
</style>
background-color css
<style>
a { background-color: #285E6D; }
a { background-color: rgb(40,94,109); }
div.DivClassName
{
background-color: #285E6D;
}
.BgClassName
{
background-color: #285E6D;
}
</style>
border-color css
<style>
span { border-color: #285E6D; }
span { border-color: rgb(40,94,109); }
td.TdClassName
{
border-color: #285E6D;
}
.TagClassName
{
border-color: #285E6D;
}
</style>