Shades of Nile Blue #2B414D
Tints of Nile Blue #2B414D
RGB
CMYK
RGB Variations
Color information
#2B414D (or 0x2B414D) is known color: Nile Blue. HEX triplet: 2B, 41 and 4D. RGB value is (43,65,77). Sum of RGB (Red+Green+Blue) = 43+65+77=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B414D is #D4BEB2. Grayscale: #3B3B3B. Windows color (decimal): -13942451 or 5062955. OLE color: 5062955.
HSL color Cylindrical-coordinate representation of color #2B414D: hue angle of 201.18º 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 #2B414D is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 65 | 77 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.70 |
| HSL | 201.18º | 0.28% | 0.24% | - |
| HSV(B) | 201.18º | 0.44% | 0.3% | - |
| XYZ | 4.23 | 4.83 | 7.73 | - |
| YUV | 59.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 77 | 0.44 | 0.16 | 0 | 0.70 | 201.18 | 0.28 | 0.24 |
| Hex | 2B | 41 | 4D | 2C | 10 | 0 | 46 | C9 | 1C | 18 |
| Octal | 53 | 101 | 115 | 54 | 20 | 0 | 106 | 311 | 34 | 30 |
| Binary | 101011 | 1000001 | 1001101 | 101100 | 10000 | 0 | 1000110 | 11001001 | 11100 | 11000 |
Color Harmonies of #2B414D
Complementary color
Monochromatic Colors of #2B414D
Black with #2B414D
Text Example
Text Example
White with #2B414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B414D; }
p { color: rgb(43,65,77); }
H1.HeaderClassName
{
color: #2B414D;
}
.AnyTagClassName
{
color: #2B414D;
}
</style>
background-color css
<style>
a { background-color: #2B414D; }
a { background-color: rgb(43,65,77); }
div.DivClassName
{
background-color: #2B414D;
}
.BgClassName
{
background-color: #2B414D;
}
</style>
border-color css
<style>
span { border-color: #2B414D; }
span { border-color: rgb(43,65,77); }
td.TdClassName
{
border-color: #2B414D;
}
.TagClassName
{
border-color: #2B414D;
}
</style>