Shades of Nile Blue #28404E
Tints of Nile Blue #28404E
RGB
CMYK
RGB Variations
Color information
#28404E (or 0x28404E) is known color: Nile Blue. HEX triplet: 28, 40 and 4E. RGB value is (40,64,78). Sum of RGB (Red+Green+Blue) = 40+64+78=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #28404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28404E is #D7BFB1. Grayscale: #3A3A3A. Windows color (decimal): -14139314 or 5128232. OLE color: 5128232.
HSL color Cylindrical-coordinate representation of color #28404E: hue angle of 202.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28404E is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 64 | 78 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.69 |
| HSL | 202.11º | 0.32% | 0.23% | - |
| HSV(B) | 202.11º | 0.49% | 0.31% | - |
| XYZ | 4.08 | 4.67 | 7.89 | - |
| YUV | 58.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 78 | 0.49 | 0.18 | 0 | 0.69 | 202.11 | 0.32 | 0.23 |
| Hex | 28 | 40 | 4E | 31 | 12 | 0 | 45 | CA | 20 | 17 |
| Octal | 50 | 100 | 116 | 61 | 22 | 0 | 105 | 312 | 40 | 27 |
| Binary | 101000 | 1000000 | 1001110 | 110001 | 10010 | 0 | 1000101 | 11001010 | 100000 | 10111 |
Color Harmonies of #28404E
Complementary color
Monochromatic Colors of #28404E
Black with #28404E
Text Example
Text Example
White with #28404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28404E; }
p { color: rgb(40,64,78); }
H1.HeaderClassName
{
color: #28404E;
}
.AnyTagClassName
{
color: #28404E;
}
</style>
background-color css
<style>
a { background-color: #28404E; }
a { background-color: rgb(40,64,78); }
div.DivClassName
{
background-color: #28404E;
}
.BgClassName
{
background-color: #28404E;
}
</style>
border-color css
<style>
span { border-color: #28404E; }
span { border-color: rgb(40,64,78); }
td.TdClassName
{
border-color: #28404E;
}
.TagClassName
{
border-color: #28404E;
}
</style>