Shades of Nile Blue #2B404C
Tints of Nile Blue #2B404C
RGB
CMYK
RGB Variations
Color information
#2B404C (or 0x2B404C) is known color: Nile Blue. HEX triplet: 2B, 40 and 4C. RGB value is (43,64,76). Sum of RGB (Red+Green+Blue) = 43+64+76=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B404C is #D4BFB3. Grayscale: #3B3B3B. Windows color (decimal): -13942708 or 4997163. OLE color: 4997163.
HSL color Cylindrical-coordinate representation of color #2B404C: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B404C is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 64 | 76 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.70 |
| HSL | 201.82º | 0.28% | 0.23% | - |
| HSV(B) | 201.82º | 0.43% | 0.3% | - |
| XYZ | 4.13 | 4.7 | 7.53 | - |
| YUV | 59.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 76 | 0.43 | 0.16 | 0 | 0.70 | 201.82 | 0.28 | 0.23 |
| Hex | 2B | 40 | 4C | 2B | 10 | 0 | 46 | CA | 1C | 17 |
| Octal | 53 | 100 | 114 | 53 | 20 | 0 | 106 | 312 | 34 | 27 |
| Binary | 101011 | 1000000 | 1001100 | 101011 | 10000 | 0 | 1000110 | 11001010 | 11100 | 10111 |
Color Harmonies of #2B404C
Complementary color
Monochromatic Colors of #2B404C
Black with #2B404C
Text Example
Text Example
White with #2B404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B404C; }
p { color: rgb(43,64,76); }
H1.HeaderClassName
{
color: #2B404C;
}
.AnyTagClassName
{
color: #2B404C;
}
</style>
background-color css
<style>
a { background-color: #2B404C; }
a { background-color: rgb(43,64,76); }
div.DivClassName
{
background-color: #2B404C;
}
.BgClassName
{
background-color: #2B404C;
}
</style>
border-color css
<style>
span { border-color: #2B404C; }
span { border-color: rgb(43,64,76); }
td.TdClassName
{
border-color: #2B404C;
}
.TagClassName
{
border-color: #2B404C;
}
</style>