Shades of Blumine #28606B
Tints of Blumine #28606B
RGB
CMYK
RGB Variations
Color information
#28606B (or 0x28606B) is known color: Blumine. HEX triplet: 28, 60 and 6B. RGB value is (40,96,107). Sum of RGB (Red+Green+Blue) = 40+96+107=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #28606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28606B is #D79F94. Grayscale: #505050. Windows color (decimal): -14131093 or 7036968. OLE color: 7036968.
HSL color Cylindrical-coordinate representation of color #28606B: hue angle of 189.85º 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 #28606B is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 96 | 107 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.58 |
| HSL | 189.85º | 0.46% | 0.29% | - |
| HSV(B) | 189.85º | 0.63% | 0.42% | - |
| XYZ | 7.71 | 9.88 | 15.41 | - |
| YUV | 80.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 107 | 0.63 | 0.10 | 0 | 0.58 | 189.85 | 0.46 | 0.29 |
| Hex | 28 | 60 | 6B | 3F | A | 0 | 3A | BE | 2E | 1D |
| Octal | 50 | 140 | 153 | 77 | 12 | 0 | 72 | 276 | 56 | 35 |
| Binary | 101000 | 1100000 | 1101011 | 111111 | 1010 | 0 | 111010 | 10111110 | 101110 | 11101 |
Color Harmonies of #28606B
Complementary color
Monochromatic Colors of #28606B
Black with #28606B
Text Example
Text Example
White with #28606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28606B; }
p { color: rgb(40,96,107); }
H1.HeaderClassName
{
color: #28606B;
}
.AnyTagClassName
{
color: #28606B;
}
</style>
background-color css
<style>
a { background-color: #28606B; }
a { background-color: rgb(40,96,107); }
div.DivClassName
{
background-color: #28606B;
}
.BgClassName
{
background-color: #28606B;
}
</style>
border-color css
<style>
span { border-color: #28606B; }
span { border-color: rgb(40,96,107); }
td.TdClassName
{
border-color: #28606B;
}
.TagClassName
{
border-color: #28606B;
}
</style>