Shades of Blumine #2F606C
Tints of Blumine #2F606C
RGB
CMYK
RGB Variations
Color information
#2F606C (or 0x2F606C) is known color: Blumine. HEX triplet: 2F, 60 and 6C. RGB value is (47,96,108). Sum of RGB (Red+Green+Blue) = 47+96+108=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F606C is #D09F93. Grayscale: #525252. Windows color (decimal): -13672340 or 7102511. OLE color: 7102511.
HSL color Cylindrical-coordinate representation of color #2F606C: hue angle of 191.8º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F606C is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 96 | 108 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.58 |
| HSL | 191.8º | 0.39% | 0.3% | - |
| HSV(B) | 191.8º | 0.56% | 0.42% | - |
| XYZ | 8.06 | 10.05 | 15.7 | - |
| YUV | 82.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 108 | 0.56 | 0.11 | 0 | 0.58 | 191.8 | 0.39 | 0.3 |
| Hex | 2F | 60 | 6C | 38 | B | 0 | 3A | C0 | 27 | 1E |
| Octal | 57 | 140 | 154 | 70 | 13 | 0 | 72 | 300 | 47 | 36 |
| Binary | 101111 | 1100000 | 1101100 | 111000 | 1011 | 0 | 111010 | 11000000 | 100111 | 11110 |
Color Harmonies of #2F606C
Complementary color
Monochromatic Colors of #2F606C
Black with #2F606C
Text Example
Text Example
White with #2F606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F606C; }
p { color: rgb(47,96,108); }
H1.HeaderClassName
{
color: #2F606C;
}
.AnyTagClassName
{
color: #2F606C;
}
</style>
background-color css
<style>
a { background-color: #2F606C; }
a { background-color: rgb(47,96,108); }
div.DivClassName
{
background-color: #2F606C;
}
.BgClassName
{
background-color: #2F606C;
}
</style>
border-color css
<style>
span { border-color: #2F606C; }
span { border-color: rgb(47,96,108); }
td.TdClassName
{
border-color: #2F606C;
}
.TagClassName
{
border-color: #2F606C;
}
</style>