Shades of Nile Blue #203B4C
Tints of Nile Blue #203B4C
RGB
CMYK
RGB Variations
Color information
#203B4C (or 0x203B4C) is known color: Nile Blue. HEX triplet: 20, 3B and 4C. RGB value is (32,59,76). Sum of RGB (Red+Green+Blue) = 32+59+76=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #203B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B4C is #DFC4B3. Grayscale: #343434. Windows color (decimal): -14664884 or 4995872. OLE color: 4995872.
HSL color Cylindrical-coordinate representation of color #203B4C: hue angle of 203.18º 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 #203B4C is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 59 | 76 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.70 |
| HSL | 203.18º | 0.41% | 0.21% | - |
| HSV(B) | 203.18º | 0.58% | 0.3% | - |
| XYZ | 3.46 | 3.96 | 7.42 | - |
| YUV | 52.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 76 | 0.58 | 0.22 | 0 | 0.70 | 203.18 | 0.41 | 0.21 |
| Hex | 20 | 3B | 4C | 3A | 16 | 0 | 46 | CB | 29 | 15 |
| Octal | 40 | 73 | 114 | 72 | 26 | 0 | 106 | 313 | 51 | 25 |
| Binary | 100000 | 111011 | 1001100 | 111010 | 10110 | 0 | 1000110 | 11001011 | 101001 | 10101 |
Color Harmonies of #203B4C
Complementary color
Monochromatic Colors of #203B4C
Black with #203B4C
Text Example
Text Example
White with #203B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B4C; }
p { color: rgb(32,59,76); }
H1.HeaderClassName
{
color: #203B4C;
}
.AnyTagClassName
{
color: #203B4C;
}
</style>
background-color css
<style>
a { background-color: #203B4C; }
a { background-color: rgb(32,59,76); }
div.DivClassName
{
background-color: #203B4C;
}
.BgClassName
{
background-color: #203B4C;
}
</style>
border-color css
<style>
span { border-color: #203B4C; }
span { border-color: rgb(32,59,76); }
td.TdClassName
{
border-color: #203B4C;
}
.TagClassName
{
border-color: #203B4C;
}
</style>