Shades of Nile Blue #203D4D
Tints of Nile Blue #203D4D
RGB
CMYK
RGB Variations
Color information
#203D4D (or 0x203D4D) is known color: Nile Blue. HEX triplet: 20, 3D and 4D. RGB value is (32,61,77). Sum of RGB (Red+Green+Blue) = 32+61+77=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #203D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D4D is #DFC2B2. Grayscale: #363636. Windows color (decimal): -14664371 or 5061920. OLE color: 5061920.
HSL color Cylindrical-coordinate representation of color #203D4D: hue angle of 201.33º 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 #203D4D is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 61 | 77 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.70 |
| HSL | 201.33º | 0.41% | 0.21% | - |
| HSV(B) | 201.33º | 0.58% | 0.3% | - |
| XYZ | 3.6 | 4.18 | 7.64 | - |
| YUV | 54.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 77 | 0.58 | 0.21 | 0 | 0.70 | 201.33 | 0.41 | 0.21 |
| Hex | 20 | 3D | 4D | 3A | 15 | 0 | 46 | C9 | 29 | 15 |
| Octal | 40 | 75 | 115 | 72 | 25 | 0 | 106 | 311 | 51 | 25 |
| Binary | 100000 | 111101 | 1001101 | 111010 | 10101 | 0 | 1000110 | 11001001 | 101001 | 10101 |
Color Harmonies of #203D4D
Complementary color
Monochromatic Colors of #203D4D
Black with #203D4D
Text Example
Text Example
White with #203D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D4D; }
p { color: rgb(32,61,77); }
H1.HeaderClassName
{
color: #203D4D;
}
.AnyTagClassName
{
color: #203D4D;
}
</style>
background-color css
<style>
a { background-color: #203D4D; }
a { background-color: rgb(32,61,77); }
div.DivClassName
{
background-color: #203D4D;
}
.BgClassName
{
background-color: #203D4D;
}
</style>
border-color css
<style>
span { border-color: #203D4D; }
span { border-color: rgb(32,61,77); }
td.TdClassName
{
border-color: #203D4D;
}
.TagClassName
{
border-color: #203D4D;
}
</style>