Shades of Nile Blue #2B3F4D
Tints of Nile Blue #2B3F4D
RGB
CMYK
RGB Variations
Color information
#2B3F4D (or 0x2B3F4D) is known color: Nile Blue. HEX triplet: 2B, 3F and 4D. RGB value is (43,63,77). Sum of RGB (Red+Green+Blue) = 43+63+77=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B3F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F4D is #D4C0B2. Grayscale: #3A3A3A. Windows color (decimal): -13942963 or 5062443. OLE color: 5062443.
HSL color Cylindrical-coordinate representation of color #2B3F4D: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B3F4D is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 63 | 77 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.70 |
| HSL | 204.71º | 0.28% | 0.24% | - |
| HSV(B) | 204.71º | 0.44% | 0.3% | - |
| XYZ | 4.11 | 4.6 | 7.69 | - |
| YUV | 58.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 77 | 0.44 | 0.18 | 0 | 0.70 | 204.71 | 0.28 | 0.24 |
| Hex | 2B | 3F | 4D | 2C | 12 | 0 | 46 | CD | 1C | 18 |
| Octal | 53 | 77 | 115 | 54 | 22 | 0 | 106 | 315 | 34 | 30 |
| Binary | 101011 | 111111 | 1001101 | 101100 | 10010 | 0 | 1000110 | 11001101 | 11100 | 11000 |
Color Harmonies of #2B3F4D
Complementary color
Monochromatic Colors of #2B3F4D
Black with #2B3F4D
Text Example
Text Example
White with #2B3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F4D; }
p { color: rgb(43,63,77); }
H1.HeaderClassName
{
color: #2B3F4D;
}
.AnyTagClassName
{
color: #2B3F4D;
}
</style>
background-color css
<style>
a { background-color: #2B3F4D; }
a { background-color: rgb(43,63,77); }
div.DivClassName
{
background-color: #2B3F4D;
}
.BgClassName
{
background-color: #2B3F4D;
}
</style>
border-color css
<style>
span { border-color: #2B3F4D; }
span { border-color: rgb(43,63,77); }
td.TdClassName
{
border-color: #2B3F4D;
}
.TagClassName
{
border-color: #2B3F4D;
}
</style>