Shades of Nile Blue #244050
Tints of Nile Blue #244050
RGB
CMYK
RGB Variations
Color information
#244050 (or 0x244050) is known color: Nile Blue. HEX triplet: 24, 40 and 50. RGB value is (36,64,80). Sum of RGB (Red+Green+Blue) = 36+64+80=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #244050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244050 is #DBBFAF. Grayscale: #393939. Windows color (decimal): -14401456 or 5259300. OLE color: 5259300.
HSL color Cylindrical-coordinate representation of color #244050: hue angle of 201.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244050 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 64 | 80 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.69 |
| HSL | 201.82º | 0.38% | 0.23% | - |
| HSV(B) | 201.82º | 0.55% | 0.31% | - |
| XYZ | 4.01 | 4.62 | 8.27 | - |
| YUV | 57.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 80 | 0.55 | 0.20 | 0 | 0.69 | 201.82 | 0.38 | 0.23 |
| Hex | 24 | 40 | 50 | 37 | 14 | 0 | 45 | CA | 26 | 17 |
| Octal | 44 | 100 | 120 | 67 | 24 | 0 | 105 | 312 | 46 | 27 |
| Binary | 100100 | 1000000 | 1010000 | 110111 | 10100 | 0 | 1000101 | 11001010 | 100110 | 10111 |
Color Harmonies of #244050
Complementary color
Monochromatic Colors of #244050
Black with #244050
Text Example
Text Example
White with #244050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244050; }
p { color: rgb(36,64,80); }
H1.HeaderClassName
{
color: #244050;
}
.AnyTagClassName
{
color: #244050;
}
</style>
background-color css
<style>
a { background-color: #244050; }
a { background-color: rgb(36,64,80); }
div.DivClassName
{
background-color: #244050;
}
.BgClassName
{
background-color: #244050;
}
</style>
border-color css
<style>
span { border-color: #244050; }
span { border-color: rgb(36,64,80); }
td.TdClassName
{
border-color: #244050;
}
.TagClassName
{
border-color: #244050;
}
</style>