Shades of Nile Blue #2B404F
Tints of Nile Blue #2B404F
RGB
CMYK
RGB Variations
Color information
#2B404F (or 0x2B404F) is known color: Nile Blue. HEX triplet: 2B, 40 and 4F. RGB value is (43,64,79). Sum of RGB (Red+Green+Blue) = 43+64+79=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B404F is #D4BFB0. Grayscale: #3B3B3B. Windows color (decimal): -13942705 or 5193771. OLE color: 5193771.
HSL color Cylindrical-coordinate representation of color #2B404F: hue angle of 205º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B404F is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 64 | 79 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.69 |
| HSL | 205º | 0.3% | 0.24% | - |
| HSV(B) | 205º | 0.46% | 0.31% | - |
| XYZ | 4.24 | 4.74 | 8.09 | - |
| YUV | 59.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 79 | 0.46 | 0.19 | 0 | 0.69 | 205 | 0.3 | 0.24 |
| Hex | 2B | 40 | 4F | 2E | 13 | 0 | 45 | CD | 1E | 18 |
| Octal | 53 | 100 | 117 | 56 | 23 | 0 | 105 | 315 | 36 | 30 |
| Binary | 101011 | 1000000 | 1001111 | 101110 | 10011 | 0 | 1000101 | 11001101 | 11110 | 11000 |
Color Harmonies of #2B404F
Complementary color
Monochromatic Colors of #2B404F
Black with #2B404F
Text Example
Text Example
White with #2B404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B404F; }
p { color: rgb(43,64,79); }
H1.HeaderClassName
{
color: #2B404F;
}
.AnyTagClassName
{
color: #2B404F;
}
</style>
background-color css
<style>
a { background-color: #2B404F; }
a { background-color: rgb(43,64,79); }
div.DivClassName
{
background-color: #2B404F;
}
.BgClassName
{
background-color: #2B404F;
}
</style>
border-color css
<style>
span { border-color: #2B404F; }
span { border-color: rgb(43,64,79); }
td.TdClassName
{
border-color: #2B404F;
}
.TagClassName
{
border-color: #2B404F;
}
</style>