Shades of Blumine #2F626D
Tints of Blumine #2F626D
RGB
CMYK
RGB Variations
Color information
#2F626D (or 0x2F626D) is known color: Blumine. HEX triplet: 2F, 62 and 6D. RGB value is (47,98,109). Sum of RGB (Red+Green+Blue) = 47+98+109=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F626D is #D09D92. Grayscale: #535353. Windows color (decimal): -13671827 or 7168559. OLE color: 7168559.
HSL color Cylindrical-coordinate representation of color #2F626D: hue angle of 190.65º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F626D is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 98 | 109 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.57 |
| HSL | 190.65º | 0.4% | 0.31% | - |
| HSV(B) | 190.65º | 0.57% | 0.43% | - |
| XYZ | 8.3 | 10.44 | 16.05 | - |
| YUV | 84.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 109 | 0.57 | 0.10 | 0 | 0.57 | 190.65 | 0.4 | 0.31 |
| Hex | 2F | 62 | 6D | 39 | A | 0 | 39 | BF | 28 | 1F |
| Octal | 57 | 142 | 155 | 71 | 12 | 0 | 71 | 277 | 50 | 37 |
| Binary | 101111 | 1100010 | 1101101 | 111001 | 1010 | 0 | 111001 | 10111111 | 101000 | 11111 |
Color Harmonies of #2F626D
Complementary color
Monochromatic Colors of #2F626D
Black with #2F626D
Text Example
Text Example
White with #2F626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F626D; }
p { color: rgb(47,98,109); }
H1.HeaderClassName
{
color: #2F626D;
}
.AnyTagClassName
{
color: #2F626D;
}
</style>
background-color css
<style>
a { background-color: #2F626D; }
a { background-color: rgb(47,98,109); }
div.DivClassName
{
background-color: #2F626D;
}
.BgClassName
{
background-color: #2F626D;
}
</style>
border-color css
<style>
span { border-color: #2F626D; }
span { border-color: rgb(47,98,109); }
td.TdClassName
{
border-color: #2F626D;
}
.TagClassName
{
border-color: #2F626D;
}
</style>