Shades of Nile Blue #283E50
Tints of Nile Blue #283E50
RGB
CMYK
RGB Variations
Color information
#283E50 (or 0x283E50) is known color: Nile Blue. HEX triplet: 28, 3E and 50. RGB value is (40,62,80). Sum of RGB (Red+Green+Blue) = 40+62+80=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #283E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E50 is #D7C1AF. Grayscale: #393939. Windows color (decimal): -14139824 or 5258792. OLE color: 5258792.
HSL color Cylindrical-coordinate representation of color #283E50: hue angle of 207º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #283E50 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 62 | 80 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.69 |
| HSL | 207º | 0.33% | 0.24% | - |
| HSV(B) | 207º | 0.5% | 0.31% | - |
| XYZ | 4.05 | 4.48 | 8.24 | - |
| YUV | 57.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 80 | 0.5 | 0.22 | 0 | 0.69 | 207 | 0.33 | 0.24 |
| Hex | 28 | 3E | 50 | 32 | 16 | 0 | 45 | CF | 21 | 18 |
| Octal | 50 | 76 | 120 | 62 | 26 | 0 | 105 | 317 | 41 | 30 |
| Binary | 101000 | 111110 | 1010000 | 110010 | 10110 | 0 | 1000101 | 11001111 | 100001 | 11000 |
Color Harmonies of #283E50
Complementary color
Monochromatic Colors of #283E50
Black with #283E50
Text Example
Text Example
White with #283E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E50; }
p { color: rgb(40,62,80); }
H1.HeaderClassName
{
color: #283E50;
}
.AnyTagClassName
{
color: #283E50;
}
</style>
background-color css
<style>
a { background-color: #283E50; }
a { background-color: rgb(40,62,80); }
div.DivClassName
{
background-color: #283E50;
}
.BgClassName
{
background-color: #283E50;
}
</style>
border-color css
<style>
span { border-color: #283E50; }
span { border-color: rgb(40,62,80); }
td.TdClassName
{
border-color: #283E50;
}
.TagClassName
{
border-color: #283E50;
}
</style>