Shades of Blumine #28606D
Tints of Blumine #28606D
RGB
CMYK
RGB Variations
Color information
#28606D (or 0x28606D) is known color: Blumine. HEX triplet: 28, 60 and 6D. RGB value is (40,96,109). Sum of RGB (Red+Green+Blue) = 40+96+109=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #28606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28606D is #D79F92. Grayscale: #505050. Windows color (decimal): -14131091 or 7168040. OLE color: 7168040.
HSL color Cylindrical-coordinate representation of color #28606D: hue angle of 191.3º 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 #28606D is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 96 | 109 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.57 |
| HSL | 191.3º | 0.46% | 0.29% | - |
| HSV(B) | 191.3º | 0.63% | 0.43% | - |
| XYZ | 7.82 | 9.92 | 15.97 | - |
| YUV | 80.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 109 | 0.63 | 0.12 | 0 | 0.57 | 191.3 | 0.46 | 0.29 |
| Hex | 28 | 60 | 6D | 3F | C | 0 | 39 | BF | 2E | 1D |
| Octal | 50 | 140 | 155 | 77 | 14 | 0 | 71 | 277 | 56 | 35 |
| Binary | 101000 | 1100000 | 1101101 | 111111 | 1100 | 0 | 111001 | 10111111 | 101110 | 11101 |
Color Harmonies of #28606D
Complementary color
Monochromatic Colors of #28606D
Black with #28606D
Text Example
Text Example
White with #28606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28606D; }
p { color: rgb(40,96,109); }
H1.HeaderClassName
{
color: #28606D;
}
.AnyTagClassName
{
color: #28606D;
}
</style>
background-color css
<style>
a { background-color: #28606D; }
a { background-color: rgb(40,96,109); }
div.DivClassName
{
background-color: #28606D;
}
.BgClassName
{
background-color: #28606D;
}
</style>
border-color css
<style>
span { border-color: #28606D; }
span { border-color: rgb(40,96,109); }
td.TdClassName
{
border-color: #28606D;
}
.TagClassName
{
border-color: #28606D;
}
</style>