Shades of Blumine #28606E
Tints of Blumine #28606E
RGB
CMYK
RGB Variations
Color information
#28606E (or 0x28606E) is known color: Blumine. HEX triplet: 28, 60 and 6E. RGB value is (40,96,110). Sum of RGB (Red+Green+Blue) = 40+96+110=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #28606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28606E is #D79F91. Grayscale: #505050. Windows color (decimal): -14131090 or 7233576. OLE color: 7233576.
HSL color Cylindrical-coordinate representation of color #28606E: hue angle of 192º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28606E is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 96 | 110 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.57 |
| HSL | 192º | 0.47% | 0.29% | - |
| HSV(B) | 192º | 0.64% | 0.43% | - |
| XYZ | 7.87 | 9.94 | 16.26 | - |
| YUV | 80.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 110 | 0.64 | 0.13 | 0 | 0.57 | 192 | 0.47 | 0.29 |
| Hex | 28 | 60 | 6E | 40 | D | 0 | 39 | C0 | 2F | 1D |
| Octal | 50 | 140 | 156 | 100 | 15 | 0 | 71 | 300 | 57 | 35 |
| Binary | 101000 | 1100000 | 1101110 | 1000000 | 1101 | 0 | 111001 | 11000000 | 101111 | 11101 |
Color Harmonies of #28606E
Complementary color
Monochromatic Colors of #28606E
Black with #28606E
Text Example
Text Example
White with #28606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28606E; }
p { color: rgb(40,96,110); }
H1.HeaderClassName
{
color: #28606E;
}
.AnyTagClassName
{
color: #28606E;
}
</style>
background-color css
<style>
a { background-color: #28606E; }
a { background-color: rgb(40,96,110); }
div.DivClassName
{
background-color: #28606E;
}
.BgClassName
{
background-color: #28606E;
}
</style>
border-color css
<style>
span { border-color: #28606E; }
span { border-color: rgb(40,96,110); }
td.TdClassName
{
border-color: #28606E;
}
.TagClassName
{
border-color: #28606E;
}
</style>