Shades of Nile Blue #283D50
Tints of Nile Blue #283D50
RGB
CMYK
RGB Variations
Color information
#283D50 (or 0x283D50) is known color: Nile Blue. HEX triplet: 28, 3D and 50. RGB value is (40,61,80). Sum of RGB (Red+Green+Blue) = 40+61+80=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #283D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D50 is #D7C2AF. Grayscale: #383838. Windows color (decimal): -14140080 or 5258536. OLE color: 5258536.
HSL color Cylindrical-coordinate representation of color #283D50: hue angle of 208.5º 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 #283D50 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 61 | 80 | - |
| CMYK | 0.5 | 0.24 | 0 | 0.69 |
| HSL | 208.5º | 0.33% | 0.24% | - |
| HSV(B) | 208.5º | 0.5% | 0.31% | - |
| XYZ | 3.99 | 4.37 | 8.22 | - |
| YUV | 56.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 80 | 0.5 | 0.24 | 0 | 0.69 | 208.5 | 0.33 | 0.24 |
| Hex | 28 | 3D | 50 | 32 | 18 | 0 | 45 | D0 | 21 | 18 |
| Octal | 50 | 75 | 120 | 62 | 30 | 0 | 105 | 320 | 41 | 30 |
| Binary | 101000 | 111101 | 1010000 | 110010 | 11000 | 0 | 1000101 | 11010000 | 100001 | 11000 |
Color Harmonies of #283D50
Complementary color
Monochromatic Colors of #283D50
Black with #283D50
Text Example
Text Example
White with #283D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D50; }
p { color: rgb(40,61,80); }
H1.HeaderClassName
{
color: #283D50;
}
.AnyTagClassName
{
color: #283D50;
}
</style>
background-color css
<style>
a { background-color: #283D50; }
a { background-color: rgb(40,61,80); }
div.DivClassName
{
background-color: #283D50;
}
.BgClassName
{
background-color: #283D50;
}
</style>
border-color css
<style>
span { border-color: #283D50; }
span { border-color: rgb(40,61,80); }
td.TdClassName
{
border-color: #283D50;
}
.TagClassName
{
border-color: #283D50;
}
</style>