Shades of Nile Blue #203E52
Tints of Nile Blue #203E52
RGB
CMYK
RGB Variations
Color information
#203E52 (or 0x203E52) is known color: Nile Blue. HEX triplet: 20, 3E and 52. RGB value is (32,62,82). Sum of RGB (Red+Green+Blue) = 32+62+82=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #203E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E52 is #DFC1AD. Grayscale: #373737. Windows color (decimal): -14664110 or 5389856. OLE color: 5389856.
HSL color Cylindrical-coordinate representation of color #203E52: hue angle of 204º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203E52 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 62 | 82 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.68 |
| HSL | 204º | 0.44% | 0.22% | - |
| HSV(B) | 204º | 0.61% | 0.32% | - |
| XYZ | 3.84 | 4.36 | 8.62 | - |
| YUV | 55.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 82 | 0.61 | 0.24 | 0 | 0.68 | 204 | 0.44 | 0.22 |
| Hex | 20 | 3E | 52 | 3D | 18 | 0 | 44 | CC | 2C | 16 |
| Octal | 40 | 76 | 122 | 75 | 30 | 0 | 104 | 314 | 54 | 26 |
| Binary | 100000 | 111110 | 1010010 | 111101 | 11000 | 0 | 1000100 | 11001100 | 101100 | 10110 |
Color Harmonies of #203E52
Complementary color
Monochromatic Colors of #203E52
Black with #203E52
Text Example
Text Example
White with #203E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E52; }
p { color: rgb(32,62,82); }
H1.HeaderClassName
{
color: #203E52;
}
.AnyTagClassName
{
color: #203E52;
}
</style>
background-color css
<style>
a { background-color: #203E52; }
a { background-color: rgb(32,62,82); }
div.DivClassName
{
background-color: #203E52;
}
.BgClassName
{
background-color: #203E52;
}
</style>
border-color css
<style>
span { border-color: #203E52; }
span { border-color: rgb(32,62,82); }
td.TdClassName
{
border-color: #203E52;
}
.TagClassName
{
border-color: #203E52;
}
</style>