Shades of Nile Blue #284353
Tints of Nile Blue #284353
RGB
CMYK
RGB Variations
Color information
#284353 (or 0x284353) is known color: Nile Blue. HEX triplet: 28, 43 and 53. RGB value is (40,67,83). Sum of RGB (Red+Green+Blue) = 40+67+83=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #284353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284353 is #D7BCAC. Grayscale: #3C3C3C. Windows color (decimal): -14138541 or 5456680. OLE color: 5456680.
HSL color Cylindrical-coordinate representation of color #284353: hue angle of 202.33º 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 #284353 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 67 | 83 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.67 |
| HSL | 202.33º | 0.35% | 0.24% | - |
| HSV(B) | 202.33º | 0.52% | 0.33% | - |
| XYZ | 4.44 | 5.09 | 8.93 | - |
| YUV | 60.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 83 | 0.52 | 0.19 | 0 | 0.67 | 202.33 | 0.35 | 0.24 |
| Hex | 28 | 43 | 53 | 34 | 13 | 0 | 43 | CA | 23 | 18 |
| Octal | 50 | 103 | 123 | 64 | 23 | 0 | 103 | 312 | 43 | 30 |
| Binary | 101000 | 1000011 | 1010011 | 110100 | 10011 | 0 | 1000011 | 11001010 | 100011 | 11000 |
Color Harmonies of #284353
Complementary color
Monochromatic Colors of #284353
Black with #284353
Text Example
Text Example
White with #284353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284353; }
p { color: rgb(40,67,83); }
H1.HeaderClassName
{
color: #284353;
}
.AnyTagClassName
{
color: #284353;
}
</style>
background-color css
<style>
a { background-color: #284353; }
a { background-color: rgb(40,67,83); }
div.DivClassName
{
background-color: #284353;
}
.BgClassName
{
background-color: #284353;
}
</style>
border-color css
<style>
span { border-color: #284353; }
span { border-color: rgb(40,67,83); }
td.TdClassName
{
border-color: #284353;
}
.TagClassName
{
border-color: #284353;
}
</style>