Shades of Nile Blue #203F50
Tints of Nile Blue #203F50
RGB
CMYK
RGB Variations
Color information
#203F50 (or 0x203F50) is known color: Nile Blue. HEX triplet: 20, 3F and 50. RGB value is (32,63,80). Sum of RGB (Red+Green+Blue) = 32+63+80=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #203F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F50 is #DFC0AF. Grayscale: #373737. Windows color (decimal): -14663856 or 5259040. OLE color: 5259040.
HSL color Cylindrical-coordinate representation of color #203F50: hue angle of 201.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203F50 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 63 | 80 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.69 |
| HSL | 201.25º | 0.43% | 0.22% | - |
| HSV(B) | 201.25º | 0.6% | 0.31% | - |
| XYZ | 3.82 | 4.44 | 8.25 | - |
| YUV | 55.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 80 | 0.60 | 0.21 | 0 | 0.69 | 201.25 | 0.43 | 0.22 |
| Hex | 20 | 3F | 50 | 3C | 15 | 0 | 45 | C9 | 2B | 16 |
| Octal | 40 | 77 | 120 | 74 | 25 | 0 | 105 | 311 | 53 | 26 |
| Binary | 100000 | 111111 | 1010000 | 111100 | 10101 | 0 | 1000101 | 11001001 | 101011 | 10110 |
Color Harmonies of #203F50
Complementary color
Monochromatic Colors of #203F50
Black with #203F50
Text Example
Text Example
White with #203F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F50; }
p { color: rgb(32,63,80); }
H1.HeaderClassName
{
color: #203F50;
}
.AnyTagClassName
{
color: #203F50;
}
</style>
background-color css
<style>
a { background-color: #203F50; }
a { background-color: rgb(32,63,80); }
div.DivClassName
{
background-color: #203F50;
}
.BgClassName
{
background-color: #203F50;
}
</style>
border-color css
<style>
span { border-color: #203F50; }
span { border-color: rgb(32,63,80); }
td.TdClassName
{
border-color: #203F50;
}
.TagClassName
{
border-color: #203F50;
}
</style>