Shades of Nile Blue #2C414D
Tints of Nile Blue #2C414D
RGB
CMYK
RGB Variations
Color information
#2C414D (or 0x2C414D) is known color: Nile Blue. HEX triplet: 2C, 41 and 4D. RGB value is (44,65,77). Sum of RGB (Red+Green+Blue) = 44+65+77=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C414D is #D3BEB2. Grayscale: #3C3C3C. Windows color (decimal): -13876915 or 5062956. OLE color: 5062956.
HSL color Cylindrical-coordinate representation of color #2C414D: hue angle of 201.82º 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 #2C414D is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 65 | 77 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.70 |
| HSL | 201.82º | 0.27% | 0.24% | - |
| HSV(B) | 201.82º | 0.43% | 0.3% | - |
| XYZ | 4.27 | 4.85 | 7.73 | - |
| YUV | 60.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 77 | 0.43 | 0.16 | 0 | 0.70 | 201.82 | 0.27 | 0.24 |
| Hex | 2C | 41 | 4D | 2B | 10 | 0 | 46 | CA | 1B | 18 |
| Octal | 54 | 101 | 115 | 53 | 20 | 0 | 106 | 312 | 33 | 30 |
| Binary | 101100 | 1000001 | 1001101 | 101011 | 10000 | 0 | 1000110 | 11001010 | 11011 | 11000 |
Color Harmonies of #2C414D
Complementary color
Monochromatic Colors of #2C414D
Black with #2C414D
Text Example
Text Example
White with #2C414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C414D; }
p { color: rgb(44,65,77); }
H1.HeaderClassName
{
color: #2C414D;
}
.AnyTagClassName
{
color: #2C414D;
}
</style>
background-color css
<style>
a { background-color: #2C414D; }
a { background-color: rgb(44,65,77); }
div.DivClassName
{
background-color: #2C414D;
}
.BgClassName
{
background-color: #2C414D;
}
</style>
border-color css
<style>
span { border-color: #2C414D; }
span { border-color: rgb(44,65,77); }
td.TdClassName
{
border-color: #2C414D;
}
.TagClassName
{
border-color: #2C414D;
}
</style>