Shades of Nile Blue #203E4E
Tints of Nile Blue #203E4E
RGB
CMYK
RGB Variations
Color information
#203E4E (or 0x203E4E) is known color: Nile Blue. HEX triplet: 20, 3E and 4E. RGB value is (32,62,78). Sum of RGB (Red+Green+Blue) = 32+62+78=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #203E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E4E is #DFC1B1. Grayscale: #363636. Windows color (decimal): -14664114 or 5127712. OLE color: 5127712.
HSL color Cylindrical-coordinate representation of color #203E4E: hue angle of 200.87º 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 #203E4E is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 62 | 78 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.69 |
| HSL | 200.87º | 0.42% | 0.22% | - |
| HSV(B) | 200.87º | 0.59% | 0.31% | - |
| XYZ | 3.69 | 4.3 | 7.84 | - |
| YUV | 54.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 78 | 0.59 | 0.21 | 0 | 0.69 | 200.87 | 0.42 | 0.22 |
| Hex | 20 | 3E | 4E | 3B | 15 | 0 | 45 | C9 | 2A | 16 |
| Octal | 40 | 76 | 116 | 73 | 25 | 0 | 105 | 311 | 52 | 26 |
| Binary | 100000 | 111110 | 1001110 | 111011 | 10101 | 0 | 1000101 | 11001001 | 101010 | 10110 |
Color Harmonies of #203E4E
Complementary color
Monochromatic Colors of #203E4E
Black with #203E4E
Text Example
Text Example
White with #203E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E4E; }
p { color: rgb(32,62,78); }
H1.HeaderClassName
{
color: #203E4E;
}
.AnyTagClassName
{
color: #203E4E;
}
</style>
background-color css
<style>
a { background-color: #203E4E; }
a { background-color: rgb(32,62,78); }
div.DivClassName
{
background-color: #203E4E;
}
.BgClassName
{
background-color: #203E4E;
}
</style>
border-color css
<style>
span { border-color: #203E4E; }
span { border-color: rgb(32,62,78); }
td.TdClassName
{
border-color: #203E4E;
}
.TagClassName
{
border-color: #203E4E;
}
</style>