Shades of Nile Blue #2B414F
Tints of Nile Blue #2B414F
RGB
CMYK
RGB Variations
Color information
#2B414F (or 0x2B414F) is known color: Nile Blue. HEX triplet: 2B, 41 and 4F. RGB value is (43,65,79). Sum of RGB (Red+Green+Blue) = 43+65+79=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B414F is #D4BEB0. Grayscale: #3B3B3B. Windows color (decimal): -13942449 or 5194027. OLE color: 5194027.
HSL color Cylindrical-coordinate representation of color #2B414F: hue angle of 203.33º 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 #2B414F is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 65 | 79 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.69 |
| HSL | 203.33º | 0.3% | 0.24% | - |
| HSV(B) | 203.33º | 0.46% | 0.31% | - |
| XYZ | 4.3 | 4.86 | 8.11 | - |
| YUV | 60.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 79 | 0.46 | 0.18 | 0 | 0.69 | 203.33 | 0.3 | 0.24 |
| Hex | 2B | 41 | 4F | 2E | 12 | 0 | 45 | CB | 1E | 18 |
| Octal | 53 | 101 | 117 | 56 | 22 | 0 | 105 | 313 | 36 | 30 |
| Binary | 101011 | 1000001 | 1001111 | 101110 | 10010 | 0 | 1000101 | 11001011 | 11110 | 11000 |
Color Harmonies of #2B414F
Complementary color
Monochromatic Colors of #2B414F
Black with #2B414F
Text Example
Text Example
White with #2B414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B414F; }
p { color: rgb(43,65,79); }
H1.HeaderClassName
{
color: #2B414F;
}
.AnyTagClassName
{
color: #2B414F;
}
</style>
background-color css
<style>
a { background-color: #2B414F; }
a { background-color: rgb(43,65,79); }
div.DivClassName
{
background-color: #2B414F;
}
.BgClassName
{
background-color: #2B414F;
}
</style>
border-color css
<style>
span { border-color: #2B414F; }
span { border-color: rgb(43,65,79); }
td.TdClassName
{
border-color: #2B414F;
}
.TagClassName
{
border-color: #2B414F;
}
</style>