Shades of Blumine #2F6677
Tints of Blumine #2F6677
RGB
CMYK
RGB Variations
Color information
#2F6677 (or 0x2F6677) is known color: Blumine. HEX triplet: 2F, 66 and 77. RGB value is (47,102,119). Sum of RGB (Red+Green+Blue) = 47+102+119=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F6677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6677 is #D09988. Grayscale: #575757. Windows color (decimal): -13670793 or 7824943. OLE color: 7824943.
HSL color Cylindrical-coordinate representation of color #2F6677: hue angle of 194.17º 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 #2F6677 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 102 | 119 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.53 |
| HSL | 194.17º | 0.43% | 0.33% | - |
| HSV(B) | 194.17º | 0.61% | 0.47% | - |
| XYZ | 9.25 | 11.44 | 19.17 | - |
| YUV | 87.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 119 | 0.61 | 0.14 | 0 | 0.53 | 194.17 | 0.43 | 0.33 |
| Hex | 2F | 66 | 77 | 3D | E | 0 | 35 | C2 | 2B | 21 |
| Octal | 57 | 146 | 167 | 75 | 16 | 0 | 65 | 302 | 53 | 41 |
| Binary | 101111 | 1100110 | 1110111 | 111101 | 1110 | 0 | 110101 | 11000010 | 101011 | 100001 |
Color Harmonies of #2F6677
Complementary color
Monochromatic Colors of #2F6677
Black with #2F6677
Text Example
Text Example
White with #2F6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6677; }
p { color: rgb(47,102,119); }
H1.HeaderClassName
{
color: #2F6677;
}
.AnyTagClassName
{
color: #2F6677;
}
</style>
background-color css
<style>
a { background-color: #2F6677; }
a { background-color: rgb(47,102,119); }
div.DivClassName
{
background-color: #2F6677;
}
.BgClassName
{
background-color: #2F6677;
}
</style>
border-color css
<style>
span { border-color: #2F6677; }
span { border-color: rgb(47,102,119); }
td.TdClassName
{
border-color: #2F6677;
}
.TagClassName
{
border-color: #2F6677;
}
</style>