Shades of Nile Blue #2D4450
Tints of Nile Blue #2D4450
RGB
CMYK
RGB Variations
Color information
#2D4450 (or 0x2D4450) is known color: Nile Blue. HEX triplet: 2D, 44 and 50. RGB value is (45,68,80). Sum of RGB (Red+Green+Blue) = 45+68+80=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4450 is #D2BBAF. Grayscale: #3E3E3E. Windows color (decimal): -13810608 or 5260333. OLE color: 5260333.
HSL color Cylindrical-coordinate representation of color #2D4450: hue angle of 200.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4450 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 68 | 80 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.69 |
| HSL | 200.57º | 0.28% | 0.25% | - |
| HSV(B) | 200.57º | 0.44% | 0.31% | - |
| XYZ | 4.6 | 5.27 | 8.36 | - |
| YUV | 62.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 80 | 0.44 | 0.15 | 0 | 0.69 | 200.57 | 0.28 | 0.25 |
| Hex | 2D | 44 | 50 | 2C | F | 0 | 45 | C9 | 1C | 19 |
| Octal | 55 | 104 | 120 | 54 | 17 | 0 | 105 | 311 | 34 | 31 |
| Binary | 101101 | 1000100 | 1010000 | 101100 | 1111 | 0 | 1000101 | 11001001 | 11100 | 11001 |
Color Harmonies of #2D4450
Complementary color
Monochromatic Colors of #2D4450
Black with #2D4450
Text Example
Text Example
White with #2D4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4450; }
p { color: rgb(45,68,80); }
H1.HeaderClassName
{
color: #2D4450;
}
.AnyTagClassName
{
color: #2D4450;
}
</style>
background-color css
<style>
a { background-color: #2D4450; }
a { background-color: rgb(45,68,80); }
div.DivClassName
{
background-color: #2D4450;
}
.BgClassName
{
background-color: #2D4450;
}
</style>
border-color css
<style>
span { border-color: #2D4450; }
span { border-color: rgb(45,68,80); }
td.TdClassName
{
border-color: #2D4450;
}
.TagClassName
{
border-color: #2D4450;
}
</style>