Shades of Nile Blue #224050
Tints of Nile Blue #224050
RGB
CMYK
RGB Variations
Color information
#224050 (or 0x224050) is known color: Nile Blue. HEX triplet: 22, 40 and 50. RGB value is (34,64,80). Sum of RGB (Red+Green+Blue) = 34+64+80=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #224050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224050 is #DDBFAF. Grayscale: #383838. Windows color (decimal): -14532528 or 5259298. OLE color: 5259298.
HSL color Cylindrical-coordinate representation of color #224050: hue angle of 200.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224050 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 64 | 80 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.69 |
| HSL | 200.87º | 0.4% | 0.22% | - |
| HSV(B) | 200.87º | 0.58% | 0.31% | - |
| XYZ | 3.94 | 4.59 | 8.27 | - |
| YUV | 56.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 80 | 0.58 | 0.20 | 0 | 0.69 | 200.87 | 0.4 | 0.22 |
| Hex | 22 | 40 | 50 | 3A | 14 | 0 | 45 | C9 | 28 | 16 |
| Octal | 42 | 100 | 120 | 72 | 24 | 0 | 105 | 311 | 50 | 26 |
| Binary | 100010 | 1000000 | 1010000 | 111010 | 10100 | 0 | 1000101 | 11001001 | 101000 | 10110 |
Color Harmonies of #224050
Complementary color
Monochromatic Colors of #224050
Black with #224050
Text Example
Text Example
White with #224050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224050; }
p { color: rgb(34,64,80); }
H1.HeaderClassName
{
color: #224050;
}
.AnyTagClassName
{
color: #224050;
}
</style>
background-color css
<style>
a { background-color: #224050; }
a { background-color: rgb(34,64,80); }
div.DivClassName
{
background-color: #224050;
}
.BgClassName
{
background-color: #224050;
}
</style>
border-color css
<style>
span { border-color: #224050; }
span { border-color: rgb(34,64,80); }
td.TdClassName
{
border-color: #224050;
}
.TagClassName
{
border-color: #224050;
}
</style>