Shades of Nile Blue #203D51
Tints of Nile Blue #203D51
RGB
CMYK
RGB Variations
Color information
#203D51 (or 0x203D51) is known color: Nile Blue. HEX triplet: 20, 3D and 51. RGB value is (32,61,81). Sum of RGB (Red+Green+Blue) = 32+61+81=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #203D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D51 is #DFC2AE. Grayscale: #363636. Windows color (decimal): -14664367 or 5324064. OLE color: 5324064.
HSL color Cylindrical-coordinate representation of color #203D51: hue angle of 204.49º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203D51 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 61 | 81 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.68 |
| HSL | 204.49º | 0.43% | 0.22% | - |
| HSV(B) | 204.49º | 0.6% | 0.32% | - |
| XYZ | 3.75 | 4.24 | 8.41 | - |
| YUV | 54.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 81 | 0.60 | 0.25 | 0 | 0.68 | 204.49 | 0.43 | 0.22 |
| Hex | 20 | 3D | 51 | 3C | 19 | 0 | 44 | CC | 2B | 16 |
| Octal | 40 | 75 | 121 | 74 | 31 | 0 | 104 | 314 | 53 | 26 |
| Binary | 100000 | 111101 | 1010001 | 111100 | 11001 | 0 | 1000100 | 11001100 | 101011 | 10110 |
Color Harmonies of #203D51
Complementary color
Monochromatic Colors of #203D51
Black with #203D51
Text Example
Text Example
White with #203D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D51; }
p { color: rgb(32,61,81); }
H1.HeaderClassName
{
color: #203D51;
}
.AnyTagClassName
{
color: #203D51;
}
</style>
background-color css
<style>
a { background-color: #203D51; }
a { background-color: rgb(32,61,81); }
div.DivClassName
{
background-color: #203D51;
}
.BgClassName
{
background-color: #203D51;
}
</style>
border-color css
<style>
span { border-color: #203D51; }
span { border-color: rgb(32,61,81); }
td.TdClassName
{
border-color: #203D51;
}
.TagClassName
{
border-color: #203D51;
}
</style>