Shades of Nile Blue #2C414F
Tints of Nile Blue #2C414F
RGB
CMYK
RGB Variations
Color information
#2C414F (or 0x2C414F) is known color: Nile Blue. HEX triplet: 2C, 41 and 4F. RGB value is (44,65,79). Sum of RGB (Red+Green+Blue) = 44+65+79=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 65 (25.78% from 255 or 34.57% 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 #2C414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C414F is #D3BEB0. Grayscale: #3C3C3C. Windows color (decimal): -13876913 or 5194028. OLE color: 5194028.
HSL color Cylindrical-coordinate representation of color #2C414F: hue angle of 204º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C414F is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 65 | 79 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.69 |
| HSL | 204º | 0.28% | 0.24% | - |
| HSV(B) | 204º | 0.44% | 0.31% | - |
| XYZ | 4.34 | 4.88 | 8.11 | - |
| YUV | 60.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 79 | 0.44 | 0.18 | 0 | 0.69 | 204 | 0.28 | 0.24 |
| Hex | 2C | 41 | 4F | 2C | 12 | 0 | 45 | CC | 1C | 18 |
| Octal | 54 | 101 | 117 | 54 | 22 | 0 | 105 | 314 | 34 | 30 |
| Binary | 101100 | 1000001 | 1001111 | 101100 | 10010 | 0 | 1000101 | 11001100 | 11100 | 11000 |
Color Harmonies of #2C414F
Complementary color
Monochromatic Colors of #2C414F
Black with #2C414F
Text Example
Text Example
White with #2C414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C414F; }
p { color: rgb(44,65,79); }
H1.HeaderClassName
{
color: #2C414F;
}
.AnyTagClassName
{
color: #2C414F;
}
</style>
background-color css
<style>
a { background-color: #2C414F; }
a { background-color: rgb(44,65,79); }
div.DivClassName
{
background-color: #2C414F;
}
.BgClassName
{
background-color: #2C414F;
}
</style>
border-color css
<style>
span { border-color: #2C414F; }
span { border-color: rgb(44,65,79); }
td.TdClassName
{
border-color: #2C414F;
}
.TagClassName
{
border-color: #2C414F;
}
</style>