Shades of Nile Blue #2C3E4D
Tints of Nile Blue #2C3E4D
RGB
CMYK
RGB Variations
Color information
#2C3E4D (or 0x2C3E4D) is known color: Nile Blue. HEX triplet: 2C, 3E and 4D. RGB value is (44,62,77). Sum of RGB (Red+Green+Blue) = 44+62+77=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C3E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3E4D is #D3C1B2. Grayscale: #3A3A3A. Windows color (decimal): -13877683 or 5062188. OLE color: 5062188.
HSL color Cylindrical-coordinate representation of color #2C3E4D: hue angle of 207.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C3E4D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 62 | 77 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.70 |
| HSL | 207.27º | 0.27% | 0.24% | - |
| HSV(B) | 207.27º | 0.43% | 0.3% | - |
| XYZ | 4.1 | 4.52 | 7.68 | - |
| YUV | 58.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 77 | 0.43 | 0.19 | 0 | 0.70 | 207.27 | 0.27 | 0.24 |
| Hex | 2C | 3E | 4D | 2B | 13 | 0 | 46 | CF | 1B | 18 |
| Octal | 54 | 76 | 115 | 53 | 23 | 0 | 106 | 317 | 33 | 30 |
| Binary | 101100 | 111110 | 1001101 | 101011 | 10011 | 0 | 1000110 | 11001111 | 11011 | 11000 |
Color Harmonies of #2C3E4D
Complementary color
Monochromatic Colors of #2C3E4D
Black with #2C3E4D
Text Example
Text Example
White with #2C3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E4D; }
p { color: rgb(44,62,77); }
H1.HeaderClassName
{
color: #2C3E4D;
}
.AnyTagClassName
{
color: #2C3E4D;
}
</style>
background-color css
<style>
a { background-color: #2C3E4D; }
a { background-color: rgb(44,62,77); }
div.DivClassName
{
background-color: #2C3E4D;
}
.BgClassName
{
background-color: #2C3E4D;
}
</style>
border-color css
<style>
span { border-color: #2C3E4D; }
span { border-color: rgb(44,62,77); }
td.TdClassName
{
border-color: #2C3E4D;
}
.TagClassName
{
border-color: #2C3E4D;
}
</style>