Shades of Blumine #2F6877
Tints of Blumine #2F6877
RGB
CMYK
RGB Variations
Color information
#2F6877 (or 0x2F6877) is known color: Blumine. HEX triplet: 2F, 68 and 77. RGB value is (47,104,119). Sum of RGB (Red+Green+Blue) = 47+104+119=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6877 is #D09788. Grayscale: #585858. Windows color (decimal): -13670281 or 7825455. OLE color: 7825455.
HSL color Cylindrical-coordinate representation of color #2F6877: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F6877 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 104 | 119 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.53 |
| HSL | 192.5º | 0.43% | 0.33% | - |
| HSV(B) | 192.5º | 0.61% | 0.47% | - |
| XYZ | 9.45 | 11.84 | 19.24 | - |
| YUV | 88.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 119 | 0.61 | 0.13 | 0 | 0.53 | 192.5 | 0.43 | 0.33 |
| Hex | 2F | 68 | 77 | 3D | D | 0 | 35 | C0 | 2B | 21 |
| Octal | 57 | 150 | 167 | 75 | 15 | 0 | 65 | 300 | 53 | 41 |
| Binary | 101111 | 1101000 | 1110111 | 111101 | 1101 | 0 | 110101 | 11000000 | 101011 | 100001 |
Color Harmonies of #2F6877
Complementary color
Monochromatic Colors of #2F6877
Black with #2F6877
Text Example
Text Example
White with #2F6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6877; }
p { color: rgb(47,104,119); }
H1.HeaderClassName
{
color: #2F6877;
}
.AnyTagClassName
{
color: #2F6877;
}
</style>
background-color css
<style>
a { background-color: #2F6877; }
a { background-color: rgb(47,104,119); }
div.DivClassName
{
background-color: #2F6877;
}
.BgClassName
{
background-color: #2F6877;
}
</style>
border-color css
<style>
span { border-color: #2F6877; }
span { border-color: rgb(47,104,119); }
td.TdClassName
{
border-color: #2F6877;
}
.TagClassName
{
border-color: #2F6877;
}
</style>