Shades of Nile Blue #2F404E
Tints of Nile Blue #2F404E
RGB
CMYK
RGB Variations
Color information
#2F404E (or 0x2F404E) is known color: Nile Blue. HEX triplet: 2F, 40 and 4E. RGB value is (47,64,78). Sum of RGB (Red+Green+Blue) = 47+64+78=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F404E is #D0BFB1. Grayscale: #3C3C3C. Windows color (decimal): -13680562 or 5128239. OLE color: 5128239.
HSL color Cylindrical-coordinate representation of color #2F404E: hue angle of 207.1º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F404E is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 64 | 78 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.69 |
| HSL | 207.1º | 0.25% | 0.25% | - |
| HSV(B) | 207.1º | 0.4% | 0.31% | - |
| XYZ | 4.38 | 4.82 | 7.91 | - |
| YUV | 60.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 78 | 0.40 | 0.18 | 0 | 0.69 | 207.1 | 0.25 | 0.25 |
| Hex | 2F | 40 | 4E | 28 | 12 | 0 | 45 | CF | 19 | 19 |
| Octal | 57 | 100 | 116 | 50 | 22 | 0 | 105 | 317 | 31 | 31 |
| Binary | 101111 | 1000000 | 1001110 | 101000 | 10010 | 0 | 1000101 | 11001111 | 11001 | 11001 |
Color Harmonies of #2F404E
Complementary color
Monochromatic Colors of #2F404E
Black with #2F404E
Text Example
Text Example
White with #2F404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F404E; }
p { color: rgb(47,64,78); }
H1.HeaderClassName
{
color: #2F404E;
}
.AnyTagClassName
{
color: #2F404E;
}
</style>
background-color css
<style>
a { background-color: #2F404E; }
a { background-color: rgb(47,64,78); }
div.DivClassName
{
background-color: #2F404E;
}
.BgClassName
{
background-color: #2F404E;
}
</style>
border-color css
<style>
span { border-color: #2F404E; }
span { border-color: rgb(47,64,78); }
td.TdClassName
{
border-color: #2F404E;
}
.TagClassName
{
border-color: #2F404E;
}
</style>