Shades of Nile Blue #283C4B
Tints of Nile Blue #283C4B
RGB
CMYK
RGB Variations
Color information
#283C4B (or 0x283C4B) is known color: Nile Blue. HEX triplet: 28, 3C and 4B. RGB value is (40,60,75). Sum of RGB (Red+Green+Blue) = 40+60+75=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #283C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C4B is #D7C3B4. Grayscale: #373737. Windows color (decimal): -14140341 or 4930600. OLE color: 4930600.
HSL color Cylindrical-coordinate representation of color #283C4B: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #283C4B is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 60 | 75 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.71 |
| HSL | 205.71º | 0.3% | 0.23% | - |
| HSV(B) | 205.71º | 0.47% | 0.29% | - |
| XYZ | 3.76 | 4.19 | 7.27 | - |
| YUV | 55.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 75 | 0.47 | 0.20 | 0 | 0.71 | 205.71 | 0.3 | 0.23 |
| Hex | 28 | 3C | 4B | 2F | 14 | 0 | 47 | CE | 1E | 17 |
| Octal | 50 | 74 | 113 | 57 | 24 | 0 | 107 | 316 | 36 | 27 |
| Binary | 101000 | 111100 | 1001011 | 101111 | 10100 | 0 | 1000111 | 11001110 | 11110 | 10111 |
Color Harmonies of #283C4B
Complementary color
Monochromatic Colors of #283C4B
Black with #283C4B
Text Example
Text Example
White with #283C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C4B; }
p { color: rgb(40,60,75); }
H1.HeaderClassName
{
color: #283C4B;
}
.AnyTagClassName
{
color: #283C4B;
}
</style>
background-color css
<style>
a { background-color: #283C4B; }
a { background-color: rgb(40,60,75); }
div.DivClassName
{
background-color: #283C4B;
}
.BgClassName
{
background-color: #283C4B;
}
</style>
border-color css
<style>
span { border-color: #283C4B; }
span { border-color: rgb(40,60,75); }
td.TdClassName
{
border-color: #283C4B;
}
.TagClassName
{
border-color: #283C4B;
}
</style>