Shades of Nile Blue #2B4053
Tints of Nile Blue #2B4053
RGB
CMYK
RGB Variations
Color information
#2B4053 (or 0x2B4053) is known color: Nile Blue. HEX triplet: 2B, 40 and 53. RGB value is (43,64,83). Sum of RGB (Red+Green+Blue) = 43+64+83=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4053 is #D4BFAC. Grayscale: #3B3B3B. Windows color (decimal): -13942701 or 5455915. OLE color: 5455915.
HSL color Cylindrical-coordinate representation of color #2B4053: hue angle of 208.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4053 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 64 | 83 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.67 |
| HSL | 208.5º | 0.32% | 0.25% | - |
| HSV(B) | 208.5º | 0.48% | 0.33% | - |
| XYZ | 4.39 | 4.8 | 8.88 | - |
| YUV | 59.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 83 | 0.48 | 0.23 | 0 | 0.67 | 208.5 | 0.32 | 0.25 |
| Hex | 2B | 40 | 53 | 30 | 17 | 0 | 43 | D0 | 20 | 19 |
| Octal | 53 | 100 | 123 | 60 | 27 | 0 | 103 | 320 | 40 | 31 |
| Binary | 101011 | 1000000 | 1010011 | 110000 | 10111 | 0 | 1000011 | 11010000 | 100000 | 11001 |
Color Harmonies of #2B4053
Complementary color
Monochromatic Colors of #2B4053
Black with #2B4053
Text Example
Text Example
White with #2B4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4053; }
p { color: rgb(43,64,83); }
H1.HeaderClassName
{
color: #2B4053;
}
.AnyTagClassName
{
color: #2B4053;
}
</style>
background-color css
<style>
a { background-color: #2B4053; }
a { background-color: rgb(43,64,83); }
div.DivClassName
{
background-color: #2B4053;
}
.BgClassName
{
background-color: #2B4053;
}
</style>
border-color css
<style>
span { border-color: #2B4053; }
span { border-color: rgb(43,64,83); }
td.TdClassName
{
border-color: #2B4053;
}
.TagClassName
{
border-color: #2B4053;
}
</style>