Shades of Nile Blue #283C4C
Tints of Nile Blue #283C4C
RGB
CMYK
RGB Variations
Color information
#283C4C (or 0x283C4C) is known color: Nile Blue. HEX triplet: 28, 3C and 4C. RGB value is (40,60,76). Sum of RGB (Red+Green+Blue) = 40+60+76=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #283C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C4C is #D7C3B3. Grayscale: #373737. Windows color (decimal): -14140340 or 4996136. OLE color: 4996136.
HSL color Cylindrical-coordinate representation of color #283C4C: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #283C4C is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 60 | 76 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.70 |
| HSL | 206.67º | 0.31% | 0.23% | - |
| HSV(B) | 206.67º | 0.47% | 0.3% | - |
| XYZ | 3.8 | 4.2 | 7.45 | - |
| YUV | 55.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 76 | 0.47 | 0.21 | 0 | 0.70 | 206.67 | 0.31 | 0.23 |
| Hex | 28 | 3C | 4C | 2F | 15 | 0 | 46 | CF | 1F | 17 |
| Octal | 50 | 74 | 114 | 57 | 25 | 0 | 106 | 317 | 37 | 27 |
| Binary | 101000 | 111100 | 1001100 | 101111 | 10101 | 0 | 1000110 | 11001111 | 11111 | 10111 |
Color Harmonies of #283C4C
Complementary color
Monochromatic Colors of #283C4C
Black with #283C4C
Text Example
Text Example
White with #283C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C4C; }
p { color: rgb(40,60,76); }
H1.HeaderClassName
{
color: #283C4C;
}
.AnyTagClassName
{
color: #283C4C;
}
</style>
background-color css
<style>
a { background-color: #283C4C; }
a { background-color: rgb(40,60,76); }
div.DivClassName
{
background-color: #283C4C;
}
.BgClassName
{
background-color: #283C4C;
}
</style>
border-color css
<style>
span { border-color: #283C4C; }
span { border-color: rgb(40,60,76); }
td.TdClassName
{
border-color: #283C4C;
}
.TagClassName
{
border-color: #283C4C;
}
</style>