Shades of Blumine #2F5969
Tints of Blumine #2F5969
RGB
CMYK
RGB Variations
Color information
#2F5969 (or 0x2F5969) is known color: Blumine. HEX triplet: 2F, 59 and 69. RGB value is (47,89,105). Sum of RGB (Red+Green+Blue) = 47+89+105=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F5969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5969 is #D0A696. Grayscale: #4E4E4E. Windows color (decimal): -13674135 or 6904111. OLE color: 6904111.
HSL color Cylindrical-coordinate representation of color #2F5969: hue angle of 196.55º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F5969 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 89 | 105 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.59 |
| HSL | 196.55º | 0.38% | 0.3% | - |
| HSV(B) | 196.55º | 0.55% | 0.41% | - |
| XYZ | 7.29 | 8.77 | 14.67 | - |
| YUV | 78.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 105 | 0.55 | 0.15 | 0 | 0.59 | 196.55 | 0.38 | 0.3 |
| Hex | 2F | 59 | 69 | 37 | F | 0 | 3B | C5 | 26 | 1E |
| Octal | 57 | 131 | 151 | 67 | 17 | 0 | 73 | 305 | 46 | 36 |
| Binary | 101111 | 1011001 | 1101001 | 110111 | 1111 | 0 | 111011 | 11000101 | 100110 | 11110 |
Color Harmonies of #2F5969
Complementary color
Monochromatic Colors of #2F5969
Black with #2F5969
Text Example
Text Example
White with #2F5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5969; }
p { color: rgb(47,89,105); }
H1.HeaderClassName
{
color: #2F5969;
}
.AnyTagClassName
{
color: #2F5969;
}
</style>
background-color css
<style>
a { background-color: #2F5969; }
a { background-color: rgb(47,89,105); }
div.DivClassName
{
background-color: #2F5969;
}
.BgClassName
{
background-color: #2F5969;
}
</style>
border-color css
<style>
span { border-color: #2F5969; }
span { border-color: rgb(47,89,105); }
td.TdClassName
{
border-color: #2F5969;
}
.TagClassName
{
border-color: #2F5969;
}
</style>