Shades of Nile Blue #203C4F
Tints of Nile Blue #203C4F
RGB
CMYK
RGB Variations
Color information
#203C4F (or 0x203C4F) is known color: Nile Blue. HEX triplet: 20, 3C and 4F. RGB value is (32,60,79). Sum of RGB (Red+Green+Blue) = 32+60+79=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #203C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C4F is #DFC3B0. Grayscale: #353535. Windows color (decimal): -14664625 or 5192736. OLE color: 5192736.
HSL color Cylindrical-coordinate representation of color #203C4F: hue angle of 204.26º 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 #203C4F is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 60 | 79 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.69 |
| HSL | 204.26º | 0.42% | 0.22% | - |
| HSV(B) | 204.26º | 0.59% | 0.31% | - |
| XYZ | 3.62 | 4.1 | 8 | - |
| YUV | 53.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 79 | 0.59 | 0.24 | 0 | 0.69 | 204.26 | 0.42 | 0.22 |
| Hex | 20 | 3C | 4F | 3B | 18 | 0 | 45 | CC | 2A | 16 |
| Octal | 40 | 74 | 117 | 73 | 30 | 0 | 105 | 314 | 52 | 26 |
| Binary | 100000 | 111100 | 1001111 | 111011 | 11000 | 0 | 1000101 | 11001100 | 101010 | 10110 |
Color Harmonies of #203C4F
Complementary color
Monochromatic Colors of #203C4F
Black with #203C4F
Text Example
Text Example
White with #203C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C4F; }
p { color: rgb(32,60,79); }
H1.HeaderClassName
{
color: #203C4F;
}
.AnyTagClassName
{
color: #203C4F;
}
</style>
background-color css
<style>
a { background-color: #203C4F; }
a { background-color: rgb(32,60,79); }
div.DivClassName
{
background-color: #203C4F;
}
.BgClassName
{
background-color: #203C4F;
}
</style>
border-color css
<style>
span { border-color: #203C4F; }
span { border-color: rgb(32,60,79); }
td.TdClassName
{
border-color: #203C4F;
}
.TagClassName
{
border-color: #203C4F;
}
</style>