Shades of Nile Blue #203C4E
Tints of Nile Blue #203C4E
RGB
CMYK
RGB Variations
Color information
#203C4E (or 0x203C4E) is known color: Nile Blue. HEX triplet: 20, 3C and 4E. RGB value is (32,60,78). Sum of RGB (Red+Green+Blue) = 32+60+78=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #203C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C4E is #DFC3B1. Grayscale: #353535. Windows color (decimal): -14664626 or 5127200. OLE color: 5127200.
HSL color Cylindrical-coordinate representation of color #203C4E: hue angle of 203.48º 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 #203C4E is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 60 | 78 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.69 |
| HSL | 203.48º | 0.42% | 0.22% | - |
| HSV(B) | 203.48º | 0.59% | 0.31% | - |
| XYZ | 3.59 | 4.09 | 7.81 | - |
| YUV | 53.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 78 | 0.59 | 0.23 | 0 | 0.69 | 203.48 | 0.42 | 0.22 |
| Hex | 20 | 3C | 4E | 3B | 17 | 0 | 45 | CB | 2A | 16 |
| Octal | 40 | 74 | 116 | 73 | 27 | 0 | 105 | 313 | 52 | 26 |
| Binary | 100000 | 111100 | 1001110 | 111011 | 10111 | 0 | 1000101 | 11001011 | 101010 | 10110 |
Color Harmonies of #203C4E
Complementary color
Monochromatic Colors of #203C4E
Black with #203C4E
Text Example
Text Example
White with #203C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C4E; }
p { color: rgb(32,60,78); }
H1.HeaderClassName
{
color: #203C4E;
}
.AnyTagClassName
{
color: #203C4E;
}
</style>
background-color css
<style>
a { background-color: #203C4E; }
a { background-color: rgb(32,60,78); }
div.DivClassName
{
background-color: #203C4E;
}
.BgClassName
{
background-color: #203C4E;
}
</style>
border-color css
<style>
span { border-color: #203C4E; }
span { border-color: rgb(32,60,78); }
td.TdClassName
{
border-color: #203C4E;
}
.TagClassName
{
border-color: #203C4E;
}
</style>