Shades of Nile Blue #2C4250
Tints of Nile Blue #2C4250
RGB
CMYK
RGB Variations
Color information
#2C4250 (or 0x2C4250) is known color: Nile Blue. HEX triplet: 2C, 42 and 50. RGB value is (44,66,80). Sum of RGB (Red+Green+Blue) = 44+66+80=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4250 is #D3BDAF. Grayscale: #3C3C3C. Windows color (decimal): -13876656 or 5259820. OLE color: 5259820.
HSL color Cylindrical-coordinate representation of color #2C4250: hue angle of 203.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C4250 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 66 | 80 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.69 |
| HSL | 203.33º | 0.29% | 0.24% | - |
| HSV(B) | 203.33º | 0.45% | 0.31% | - |
| XYZ | 4.43 | 5.01 | 8.32 | - |
| YUV | 61.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 80 | 0.45 | 0.17 | 0 | 0.69 | 203.33 | 0.29 | 0.24 |
| Hex | 2C | 42 | 50 | 2D | 11 | 0 | 45 | CB | 1D | 18 |
| Octal | 54 | 102 | 120 | 55 | 21 | 0 | 105 | 313 | 35 | 30 |
| Binary | 101100 | 1000010 | 1010000 | 101101 | 10001 | 0 | 1000101 | 11001011 | 11101 | 11000 |
Color Harmonies of #2C4250
Complementary color
Monochromatic Colors of #2C4250
Black with #2C4250
Text Example
Text Example
White with #2C4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4250; }
p { color: rgb(44,66,80); }
H1.HeaderClassName
{
color: #2C4250;
}
.AnyTagClassName
{
color: #2C4250;
}
</style>
background-color css
<style>
a { background-color: #2C4250; }
a { background-color: rgb(44,66,80); }
div.DivClassName
{
background-color: #2C4250;
}
.BgClassName
{
background-color: #2C4250;
}
</style>
border-color css
<style>
span { border-color: #2C4250; }
span { border-color: rgb(44,66,80); }
td.TdClassName
{
border-color: #2C4250;
}
.TagClassName
{
border-color: #2C4250;
}
</style>