Shades of Nile Blue #2B424F
Tints of Nile Blue #2B424F
RGB
CMYK
RGB Variations
Color information
#2B424F (or 0x2B424F) is known color: Nile Blue. HEX triplet: 2B, 42 and 4F. RGB value is (43,66,79). Sum of RGB (Red+Green+Blue) = 43+66+79=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B424F is #D4BDB0. Grayscale: #3C3C3C. Windows color (decimal): -13942193 or 5194283. OLE color: 5194283.
HSL color Cylindrical-coordinate representation of color #2B424F: hue angle of 201.67º 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 #2B424F is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 66 | 79 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.69 |
| HSL | 201.67º | 0.3% | 0.24% | - |
| HSV(B) | 201.67º | 0.46% | 0.31% | - |
| XYZ | 4.36 | 4.97 | 8.13 | - |
| YUV | 60.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 79 | 0.46 | 0.16 | 0 | 0.69 | 201.67 | 0.3 | 0.24 |
| Hex | 2B | 42 | 4F | 2E | 10 | 0 | 45 | CA | 1E | 18 |
| Octal | 53 | 102 | 117 | 56 | 20 | 0 | 105 | 312 | 36 | 30 |
| Binary | 101011 | 1000010 | 1001111 | 101110 | 10000 | 0 | 1000101 | 11001010 | 11110 | 11000 |
Color Harmonies of #2B424F
Complementary color
Monochromatic Colors of #2B424F
Black with #2B424F
Text Example
Text Example
White with #2B424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B424F; }
p { color: rgb(43,66,79); }
H1.HeaderClassName
{
color: #2B424F;
}
.AnyTagClassName
{
color: #2B424F;
}
</style>
background-color css
<style>
a { background-color: #2B424F; }
a { background-color: rgb(43,66,79); }
div.DivClassName
{
background-color: #2B424F;
}
.BgClassName
{
background-color: #2B424F;
}
</style>
border-color css
<style>
span { border-color: #2B424F; }
span { border-color: rgb(43,66,79); }
td.TdClassName
{
border-color: #2B424F;
}
.TagClassName
{
border-color: #2B424F;
}
</style>