Shades of Nile Blue #203E4F
Tints of Nile Blue #203E4F
RGB
CMYK
RGB Variations
Color information
#203E4F (or 0x203E4F) is known color: Nile Blue. HEX triplet: 20, 3E and 4F. RGB value is (32,62,79). Sum of RGB (Red+Green+Blue) = 32+62+79=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #203E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E4F is #DFC1B0. Grayscale: #363636. Windows color (decimal): -14664113 or 5193248. OLE color: 5193248.
HSL color Cylindrical-coordinate representation of color #203E4F: hue angle of 201.7º 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 #203E4F is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 62 | 79 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.69 |
| HSL | 201.7º | 0.42% | 0.22% | - |
| HSV(B) | 201.7º | 0.59% | 0.31% | - |
| XYZ | 3.73 | 4.32 | 8.03 | - |
| YUV | 54.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 79 | 0.59 | 0.22 | 0 | 0.69 | 201.7 | 0.42 | 0.22 |
| Hex | 20 | 3E | 4F | 3B | 16 | 0 | 45 | CA | 2A | 16 |
| Octal | 40 | 76 | 117 | 73 | 26 | 0 | 105 | 312 | 52 | 26 |
| Binary | 100000 | 111110 | 1001111 | 111011 | 10110 | 0 | 1000101 | 11001010 | 101010 | 10110 |
Color Harmonies of #203E4F
Complementary color
Monochromatic Colors of #203E4F
Black with #203E4F
Text Example
Text Example
White with #203E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E4F; }
p { color: rgb(32,62,79); }
H1.HeaderClassName
{
color: #203E4F;
}
.AnyTagClassName
{
color: #203E4F;
}
</style>
background-color css
<style>
a { background-color: #203E4F; }
a { background-color: rgb(32,62,79); }
div.DivClassName
{
background-color: #203E4F;
}
.BgClassName
{
background-color: #203E4F;
}
</style>
border-color css
<style>
span { border-color: #203E4F; }
span { border-color: rgb(32,62,79); }
td.TdClassName
{
border-color: #203E4F;
}
.TagClassName
{
border-color: #203E4F;
}
</style>