Shades of Blumine #28626D
Tints of Blumine #28626D
RGB
CMYK
RGB Variations
Color information
#28626D (or 0x28626D) is known color: Blumine. HEX triplet: 28, 62 and 6D. RGB value is (40,98,109). Sum of RGB (Red+Green+Blue) = 40+98+109=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #28626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28626D is #D79D92. Grayscale: #515151. Windows color (decimal): -14130579 or 7168552. OLE color: 7168552.
HSL color Cylindrical-coordinate representation of color #28626D: hue angle of 189.57º 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 #28626D is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 98 | 109 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.57 |
| HSL | 189.57º | 0.46% | 0.29% | - |
| HSV(B) | 189.57º | 0.63% | 0.43% | - |
| XYZ | 8 | 10.29 | 16.03 | - |
| YUV | 81.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 109 | 0.63 | 0.10 | 0 | 0.57 | 189.57 | 0.46 | 0.29 |
| Hex | 28 | 62 | 6D | 3F | A | 0 | 39 | BE | 2E | 1D |
| Octal | 50 | 142 | 155 | 77 | 12 | 0 | 71 | 276 | 56 | 35 |
| Binary | 101000 | 1100010 | 1101101 | 111111 | 1010 | 0 | 111001 | 10111110 | 101110 | 11101 |
Color Harmonies of #28626D
Complementary color
Monochromatic Colors of #28626D
Black with #28626D
Text Example
Text Example
White with #28626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28626D; }
p { color: rgb(40,98,109); }
H1.HeaderClassName
{
color: #28626D;
}
.AnyTagClassName
{
color: #28626D;
}
</style>
background-color css
<style>
a { background-color: #28626D; }
a { background-color: rgb(40,98,109); }
div.DivClassName
{
background-color: #28626D;
}
.BgClassName
{
background-color: #28626D;
}
</style>
border-color css
<style>
span { border-color: #28626D; }
span { border-color: rgb(40,98,109); }
td.TdClassName
{
border-color: #28626D;
}
.TagClassName
{
border-color: #28626D;
}
</style>