Shades of Nile Blue #2F4251
Tints of Nile Blue #2F4251
RGB
CMYK
RGB Variations
Color information
#2F4251 (or 0x2F4251) is known color: Nile Blue. HEX triplet: 2F, 42 and 51. RGB value is (47,66,81). Sum of RGB (Red+Green+Blue) = 47+66+81=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4251 is #D0BDAE. Grayscale: #3D3D3D. Windows color (decimal): -13680047 or 5325359. OLE color: 5325359.
HSL color Cylindrical-coordinate representation of color #2F4251: hue angle of 206.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4251 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 66 | 81 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.68 |
| HSL | 206.47º | 0.27% | 0.25% | - |
| HSV(B) | 206.47º | 0.42% | 0.32% | - |
| XYZ | 4.61 | 5.09 | 8.53 | - |
| YUV | 62.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 81 | 0.42 | 0.19 | 0 | 0.68 | 206.47 | 0.27 | 0.25 |
| Hex | 2F | 42 | 51 | 2A | 13 | 0 | 44 | CE | 1B | 19 |
| Octal | 57 | 102 | 121 | 52 | 23 | 0 | 104 | 316 | 33 | 31 |
| Binary | 101111 | 1000010 | 1010001 | 101010 | 10011 | 0 | 1000100 | 11001110 | 11011 | 11001 |
Color Harmonies of #2F4251
Complementary color
Monochromatic Colors of #2F4251
Black with #2F4251
Text Example
Text Example
White with #2F4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4251; }
p { color: rgb(47,66,81); }
H1.HeaderClassName
{
color: #2F4251;
}
.AnyTagClassName
{
color: #2F4251;
}
</style>
background-color css
<style>
a { background-color: #2F4251; }
a { background-color: rgb(47,66,81); }
div.DivClassName
{
background-color: #2F4251;
}
.BgClassName
{
background-color: #2F4251;
}
</style>
border-color css
<style>
span { border-color: #2F4251; }
span { border-color: rgb(47,66,81); }
td.TdClassName
{
border-color: #2F4251;
}
.TagClassName
{
border-color: #2F4251;
}
</style>