Shades of Blumine #28616A
Tints of Blumine #28616A
RGB
CMYK
RGB Variations
Color information
#28616A (or 0x28616A) is known color: Blumine. HEX triplet: 28, 61 and 6A. RGB value is (40,97,106). Sum of RGB (Red+Green+Blue) = 40+97+106=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #28616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28616A is #D79E95. Grayscale: #505050. Windows color (decimal): -14130838 or 6971688. OLE color: 6971688.
HSL color Cylindrical-coordinate representation of color #28616A: hue angle of 188.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28616A is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 97 | 106 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.58 |
| HSL | 188.18º | 0.45% | 0.29% | - |
| HSV(B) | 188.18º | 0.62% | 0.42% | - |
| XYZ | 7.75 | 10.04 | 15.17 | - |
| YUV | 80.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 106 | 0.62 | 0.08 | 0 | 0.58 | 188.18 | 0.45 | 0.29 |
| Hex | 28 | 61 | 6A | 3E | 8 | 0 | 3A | BC | 2D | 1D |
| Octal | 50 | 141 | 152 | 76 | 10 | 0 | 72 | 274 | 55 | 35 |
| Binary | 101000 | 1100001 | 1101010 | 111110 | 1000 | 0 | 111010 | 10111100 | 101101 | 11101 |
Color Harmonies of #28616A
Complementary color
Monochromatic Colors of #28616A
Black with #28616A
Text Example
Text Example
White with #28616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28616A; }
p { color: rgb(40,97,106); }
H1.HeaderClassName
{
color: #28616A;
}
.AnyTagClassName
{
color: #28616A;
}
</style>
background-color css
<style>
a { background-color: #28616A; }
a { background-color: rgb(40,97,106); }
div.DivClassName
{
background-color: #28616A;
}
.BgClassName
{
background-color: #28616A;
}
</style>
border-color css
<style>
span { border-color: #28616A; }
span { border-color: rgb(40,97,106); }
td.TdClassName
{
border-color: #28616A;
}
.TagClassName
{
border-color: #28616A;
}
</style>