Shades of Blumine #2F5B73
Tints of Blumine #2F5B73
RGB
CMYK
RGB Variations
Color information
#2F5B73 (or 0x2F5B73) is known color: Blumine. HEX triplet: 2F, 5B and 73. RGB value is (47,91,115). Sum of RGB (Red+Green+Blue) = 47+91+115=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5B73 is #D0A48C. Grayscale: #505050. Windows color (decimal): -13673613 or 7559983. OLE color: 7559983.
HSL color Cylindrical-coordinate representation of color #2F5B73: hue angle of 201.18º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5B73 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 91 | 115 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.55 |
| HSL | 201.18º | 0.42% | 0.32% | - |
| HSV(B) | 201.18º | 0.59% | 0.45% | - |
| XYZ | 8.01 | 9.32 | 17.6 | - |
| YUV | 80.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 115 | 0.59 | 0.21 | 0 | 0.55 | 201.18 | 0.42 | 0.32 |
| Hex | 2F | 5B | 73 | 3B | 15 | 0 | 37 | C9 | 2A | 20 |
| Octal | 57 | 133 | 163 | 73 | 25 | 0 | 67 | 311 | 52 | 40 |
| Binary | 101111 | 1011011 | 1110011 | 111011 | 10101 | 0 | 110111 | 11001001 | 101010 | 100000 |
Color Harmonies of #2F5B73
Complementary color
Monochromatic Colors of #2F5B73
Black with #2F5B73
Text Example
Text Example
White with #2F5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5B73; }
p { color: rgb(47,91,115); }
H1.HeaderClassName
{
color: #2F5B73;
}
.AnyTagClassName
{
color: #2F5B73;
}
</style>
background-color css
<style>
a { background-color: #2F5B73; }
a { background-color: rgb(47,91,115); }
div.DivClassName
{
background-color: #2F5B73;
}
.BgClassName
{
background-color: #2F5B73;
}
</style>
border-color css
<style>
span { border-color: #2F5B73; }
span { border-color: rgb(47,91,115); }
td.TdClassName
{
border-color: #2F5B73;
}
.TagClassName
{
border-color: #2F5B73;
}
</style>