Shades of Nile Blue #20384C
Tints of Nile Blue #20384C
RGB
CMYK
RGB Variations
Color information
#20384C (or 0x20384C) is known color: Nile Blue. HEX triplet: 20, 38 and 4C. RGB value is (32,56,76). Sum of RGB (Red+Green+Blue) = 32+56+76=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #20384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20384C is #DFC7B3. Grayscale: #333333. Windows color (decimal): -14665652 or 4995104. OLE color: 4995104.
HSL color Cylindrical-coordinate representation of color #20384C: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20384C is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 56 | 76 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.70 |
| HSL | 207.27º | 0.41% | 0.21% | - |
| HSV(B) | 207.27º | 0.58% | 0.3% | - |
| XYZ | 3.31 | 3.66 | 7.37 | - |
| YUV | 51.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 76 | 0.58 | 0.26 | 0 | 0.70 | 207.27 | 0.41 | 0.21 |
| Hex | 20 | 38 | 4C | 3A | 1A | 0 | 46 | CF | 29 | 15 |
| Octal | 40 | 70 | 114 | 72 | 32 | 0 | 106 | 317 | 51 | 25 |
| Binary | 100000 | 111000 | 1001100 | 111010 | 11010 | 0 | 1000110 | 11001111 | 101001 | 10101 |
Color Harmonies of #20384C
Complementary color
Monochromatic Colors of #20384C
Black with #20384C
Text Example
Text Example
White with #20384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20384C; }
p { color: rgb(32,56,76); }
H1.HeaderClassName
{
color: #20384C;
}
.AnyTagClassName
{
color: #20384C;
}
</style>
background-color css
<style>
a { background-color: #20384C; }
a { background-color: rgb(32,56,76); }
div.DivClassName
{
background-color: #20384C;
}
.BgClassName
{
background-color: #20384C;
}
</style>
border-color css
<style>
span { border-color: #20384C; }
span { border-color: rgb(32,56,76); }
td.TdClassName
{
border-color: #20384C;
}
.TagClassName
{
border-color: #20384C;
}
</style>