Shades of Blumine #2F647B
Tints of Blumine #2F647B
RGB
CMYK
RGB Variations
Color information
#2F647B (or 0x2F647B) is known color: Blumine. HEX triplet: 2F, 64 and 7B. RGB value is (47,100,123). Sum of RGB (Red+Green+Blue) = 47+100+123=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F647B is #D09B84. Grayscale: #565656. Windows color (decimal): -13671301 or 8086575. OLE color: 8086575.
HSL color Cylindrical-coordinate representation of color #2F647B: hue angle of 198.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F647B is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 100 | 123 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.52 |
| HSL | 198.16º | 0.45% | 0.33% | - |
| HSV(B) | 198.16º | 0.62% | 0.48% | - |
| XYZ | 9.3 | 11.15 | 20.4 | - |
| YUV | 86.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 123 | 0.62 | 0.19 | 0 | 0.52 | 198.16 | 0.45 | 0.33 |
| Hex | 2F | 64 | 7B | 3E | 13 | 0 | 34 | C6 | 2D | 21 |
| Octal | 57 | 144 | 173 | 76 | 23 | 0 | 64 | 306 | 55 | 41 |
| Binary | 101111 | 1100100 | 1111011 | 111110 | 10011 | 0 | 110100 | 11000110 | 101101 | 100001 |
Color Harmonies of #2F647B
Complementary color
Monochromatic Colors of #2F647B
Black with #2F647B
Text Example
Text Example
White with #2F647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F647B; }
p { color: rgb(47,100,123); }
H1.HeaderClassName
{
color: #2F647B;
}
.AnyTagClassName
{
color: #2F647B;
}
</style>
background-color css
<style>
a { background-color: #2F647B; }
a { background-color: rgb(47,100,123); }
div.DivClassName
{
background-color: #2F647B;
}
.BgClassName
{
background-color: #2F647B;
}
</style>
border-color css
<style>
span { border-color: #2F647B; }
span { border-color: rgb(47,100,123); }
td.TdClassName
{
border-color: #2F647B;
}
.TagClassName
{
border-color: #2F647B;
}
</style>