Shades of Nile Blue #203D4E
Tints of Nile Blue #203D4E
RGB
CMYK
RGB Variations
Color information
#203D4E (or 0x203D4E) is known color: Nile Blue. HEX triplet: 20, 3D and 4E. RGB value is (32,61,78). Sum of RGB (Red+Green+Blue) = 32+61+78=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #203D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D4E is #DFC2B1. Grayscale: #363636. Windows color (decimal): -14664370 or 5127456. OLE color: 5127456.
HSL color Cylindrical-coordinate representation of color #203D4E: hue angle of 202.17º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #203D4E is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 61 | 78 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.69 |
| HSL | 202.17º | 0.42% | 0.22% | - |
| HSV(B) | 202.17º | 0.59% | 0.31% | - |
| XYZ | 3.64 | 4.19 | 7.83 | - |
| YUV | 54.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 78 | 0.59 | 0.22 | 0 | 0.69 | 202.17 | 0.42 | 0.22 |
| Hex | 20 | 3D | 4E | 3B | 16 | 0 | 45 | CA | 2A | 16 |
| Octal | 40 | 75 | 116 | 73 | 26 | 0 | 105 | 312 | 52 | 26 |
| Binary | 100000 | 111101 | 1001110 | 111011 | 10110 | 0 | 1000101 | 11001010 | 101010 | 10110 |
Color Harmonies of #203D4E
Complementary color
Monochromatic Colors of #203D4E
Black with #203D4E
Text Example
Text Example
White with #203D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D4E; }
p { color: rgb(32,61,78); }
H1.HeaderClassName
{
color: #203D4E;
}
.AnyTagClassName
{
color: #203D4E;
}
</style>
background-color css
<style>
a { background-color: #203D4E; }
a { background-color: rgb(32,61,78); }
div.DivClassName
{
background-color: #203D4E;
}
.BgClassName
{
background-color: #203D4E;
}
</style>
border-color css
<style>
span { border-color: #203D4E; }
span { border-color: rgb(32,61,78); }
td.TdClassName
{
border-color: #203D4E;
}
.TagClassName
{
border-color: #203D4E;
}
</style>