Shades of Blumine #2F6773
Tints of Blumine #2F6773
RGB
CMYK
RGB Variations
Color information
#2F6773 (or 0x2F6773) is known color: Blumine. HEX triplet: 2F, 67 and 73. RGB value is (47,103,115). Sum of RGB (Red+Green+Blue) = 47+103+115=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6773 is #D0988C. Grayscale: #575757. Windows color (decimal): -13670541 or 7563055. OLE color: 7563055.
HSL color Cylindrical-coordinate representation of color #2F6773: hue angle of 190.59º 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 #2F6773 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 103 | 115 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.55 |
| HSL | 190.59º | 0.42% | 0.32% | - |
| HSV(B) | 190.59º | 0.59% | 0.45% | - |
| XYZ | 9.12 | 11.54 | 17.97 | - |
| YUV | 87.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 115 | 0.59 | 0.10 | 0 | 0.55 | 190.59 | 0.42 | 0.32 |
| Hex | 2F | 67 | 73 | 3B | A | 0 | 37 | BF | 2A | 20 |
| Octal | 57 | 147 | 163 | 73 | 12 | 0 | 67 | 277 | 52 | 40 |
| Binary | 101111 | 1100111 | 1110011 | 111011 | 1010 | 0 | 110111 | 10111111 | 101010 | 100000 |
Color Harmonies of #2F6773
Complementary color
Monochromatic Colors of #2F6773
Black with #2F6773
Text Example
Text Example
White with #2F6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6773; }
p { color: rgb(47,103,115); }
H1.HeaderClassName
{
color: #2F6773;
}
.AnyTagClassName
{
color: #2F6773;
}
</style>
background-color css
<style>
a { background-color: #2F6773; }
a { background-color: rgb(47,103,115); }
div.DivClassName
{
background-color: #2F6773;
}
.BgClassName
{
background-color: #2F6773;
}
</style>
border-color css
<style>
span { border-color: #2F6773; }
span { border-color: rgb(47,103,115); }
td.TdClassName
{
border-color: #2F6773;
}
.TagClassName
{
border-color: #2F6773;
}
</style>