Shades of Nile Blue #283C4D
Tints of Nile Blue #283C4D
RGB
CMYK
RGB Variations
Color information
#283C4D (or 0x283C4D) is known color: Nile Blue. HEX triplet: 28, 3C and 4D. RGB value is (40,60,77). Sum of RGB (Red+Green+Blue) = 40+60+77=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #283C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C4D is #D7C3B2. Grayscale: #373737. Windows color (decimal): -14140339 or 5061672. OLE color: 5061672.
HSL color Cylindrical-coordinate representation of color #283C4D: hue angle of 207.57º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #283C4D is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 60 | 77 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.70 |
| HSL | 207.57º | 0.32% | 0.23% | - |
| HSV(B) | 207.57º | 0.48% | 0.3% | - |
| XYZ | 3.83 | 4.22 | 7.63 | - |
| YUV | 55.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 77 | 0.48 | 0.22 | 0 | 0.70 | 207.57 | 0.32 | 0.23 |
| Hex | 28 | 3C | 4D | 30 | 16 | 0 | 46 | D0 | 20 | 17 |
| Octal | 50 | 74 | 115 | 60 | 26 | 0 | 106 | 320 | 40 | 27 |
| Binary | 101000 | 111100 | 1001101 | 110000 | 10110 | 0 | 1000110 | 11010000 | 100000 | 10111 |
Color Harmonies of #283C4D
Complementary color
Monochromatic Colors of #283C4D
Black with #283C4D
Text Example
Text Example
White with #283C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C4D; }
p { color: rgb(40,60,77); }
H1.HeaderClassName
{
color: #283C4D;
}
.AnyTagClassName
{
color: #283C4D;
}
</style>
background-color css
<style>
a { background-color: #283C4D; }
a { background-color: rgb(40,60,77); }
div.DivClassName
{
background-color: #283C4D;
}
.BgClassName
{
background-color: #283C4D;
}
</style>
border-color css
<style>
span { border-color: #283C4D; }
span { border-color: rgb(40,60,77); }
td.TdClassName
{
border-color: #283C4D;
}
.TagClassName
{
border-color: #283C4D;
}
</style>