Shades of Nile Blue #284454
Tints of Nile Blue #284454
RGB
CMYK
RGB Variations
Color information
#284454 (or 0x284454) is known color: Nile Blue. HEX triplet: 28, 44 and 54. RGB value is (40,68,84). Sum of RGB (Red+Green+Blue) = 40+68+84=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #284454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284454 is #D7BBAB. Grayscale: #3D3D3D. Windows color (decimal): -14138284 or 5522472. OLE color: 5522472.
HSL color Cylindrical-coordinate representation of color #284454: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284454 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 68 | 84 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.67 |
| HSL | 201.82º | 0.35% | 0.24% | - |
| HSV(B) | 201.82º | 0.52% | 0.33% | - |
| XYZ | 4.54 | 5.23 | 9.16 | - |
| YUV | 61.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 84 | 0.52 | 0.19 | 0 | 0.67 | 201.82 | 0.35 | 0.24 |
| Hex | 28 | 44 | 54 | 34 | 13 | 0 | 43 | CA | 23 | 18 |
| Octal | 50 | 104 | 124 | 64 | 23 | 0 | 103 | 312 | 43 | 30 |
| Binary | 101000 | 1000100 | 1010100 | 110100 | 10011 | 0 | 1000011 | 11001010 | 100011 | 11000 |
Color Harmonies of #284454
Complementary color
Monochromatic Colors of #284454
Black with #284454
Text Example
Text Example
White with #284454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284454; }
p { color: rgb(40,68,84); }
H1.HeaderClassName
{
color: #284454;
}
.AnyTagClassName
{
color: #284454;
}
</style>
background-color css
<style>
a { background-color: #284454; }
a { background-color: rgb(40,68,84); }
div.DivClassName
{
background-color: #284454;
}
.BgClassName
{
background-color: #284454;
}
</style>
border-color css
<style>
span { border-color: #284454; }
span { border-color: rgb(40,68,84); }
td.TdClassName
{
border-color: #284454;
}
.TagClassName
{
border-color: #284454;
}
</style>