Shades of Nile Blue #2D4351
Tints of Nile Blue #2D4351
RGB
CMYK
RGB Variations
Color information
#2D4351 (or 0x2D4351) is known color: Nile Blue. HEX triplet: 2D, 43 and 51. RGB value is (45,67,81). Sum of RGB (Red+Green+Blue) = 45+67+81=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #2D4351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4351 is #D2BCAE. Grayscale: #3D3D3D. Windows color (decimal): -13810863 or 5325613. OLE color: 5325613.
HSL color Cylindrical-coordinate representation of color #2D4351: hue angle of 203.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4351 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 67 | 81 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.68 |
| HSL | 203.33º | 0.29% | 0.25% | - |
| HSV(B) | 203.33º | 0.44% | 0.32% | - |
| XYZ | 4.57 | 5.17 | 8.54 | - |
| YUV | 62.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 81 | 0.44 | 0.17 | 0 | 0.68 | 203.33 | 0.29 | 0.25 |
| Hex | 2D | 43 | 51 | 2C | 11 | 0 | 44 | CB | 1D | 19 |
| Octal | 55 | 103 | 121 | 54 | 21 | 0 | 104 | 313 | 35 | 31 |
| Binary | 101101 | 1000011 | 1010001 | 101100 | 10001 | 0 | 1000100 | 11001011 | 11101 | 11001 |
Color Harmonies of #2D4351
Complementary color
Monochromatic Colors of #2D4351
Black with #2D4351
Text Example
Text Example
White with #2D4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4351; }
p { color: rgb(45,67,81); }
H1.HeaderClassName
{
color: #2D4351;
}
.AnyTagClassName
{
color: #2D4351;
}
</style>
background-color css
<style>
a { background-color: #2D4351; }
a { background-color: rgb(45,67,81); }
div.DivClassName
{
background-color: #2D4351;
}
.BgClassName
{
background-color: #2D4351;
}
</style>
border-color css
<style>
span { border-color: #2D4351; }
span { border-color: rgb(45,67,81); }
td.TdClassName
{
border-color: #2D4351;
}
.TagClassName
{
border-color: #2D4351;
}
</style>