Shades of Blumine #2F677C
Tints of Blumine #2F677C
RGB
CMYK
RGB Variations
Color information
#2F677C (or 0x2F677C) is known color: Blumine. HEX triplet: 2F, 67 and 7C. RGB value is (47,103,124). Sum of RGB (Red+Green+Blue) = 47+103+124=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F677C is #D09883. Grayscale: #585858. Windows color (decimal): -13670532 or 8152879. OLE color: 8152879.
HSL color Cylindrical-coordinate representation of color #2F677C: hue angle of 196.36º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F677C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 103 | 124 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.51 |
| HSL | 196.36º | 0.45% | 0.34% | - |
| HSV(B) | 196.36º | 0.62% | 0.49% | - |
| XYZ | 9.66 | 11.76 | 20.83 | - |
| YUV | 88.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 124 | 0.62 | 0.17 | 0 | 0.51 | 196.36 | 0.45 | 0.34 |
| Hex | 2F | 67 | 7C | 3E | 11 | 0 | 33 | C4 | 2D | 22 |
| Octal | 57 | 147 | 174 | 76 | 21 | 0 | 63 | 304 | 55 | 42 |
| Binary | 101111 | 1100111 | 1111100 | 111110 | 10001 | 0 | 110011 | 11000100 | 101101 | 100010 |
Color Harmonies of #2F677C
Complementary color
Monochromatic Colors of #2F677C
Black with #2F677C
Text Example
Text Example
White with #2F677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F677C; }
p { color: rgb(47,103,124); }
H1.HeaderClassName
{
color: #2F677C;
}
.AnyTagClassName
{
color: #2F677C;
}
</style>
background-color css
<style>
a { background-color: #2F677C; }
a { background-color: rgb(47,103,124); }
div.DivClassName
{
background-color: #2F677C;
}
.BgClassName
{
background-color: #2F677C;
}
</style>
border-color css
<style>
span { border-color: #2F677C; }
span { border-color: rgb(47,103,124); }
td.TdClassName
{
border-color: #2F677C;
}
.TagClassName
{
border-color: #2F677C;
}
</style>