Shades of Nile Blue #203F52
Tints of Nile Blue #203F52
RGB
CMYK
RGB Variations
Color information
#203F52 (or 0x203F52) is known color: Nile Blue. HEX triplet: 20, 3F and 52. RGB value is (32,63,82). Sum of RGB (Red+Green+Blue) = 32+63+82=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #203F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F52 is #DFC0AD. Grayscale: #373737. Windows color (decimal): -14663854 or 5390112. OLE color: 5390112.
HSL color Cylindrical-coordinate representation of color #203F52: hue angle of 202.8º 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 #203F52 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 63 | 82 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.68 |
| HSL | 202.8º | 0.44% | 0.22% | - |
| HSV(B) | 202.8º | 0.61% | 0.32% | - |
| XYZ | 3.9 | 4.47 | 8.64 | - |
| YUV | 55.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 82 | 0.61 | 0.23 | 0 | 0.68 | 202.8 | 0.44 | 0.22 |
| Hex | 20 | 3F | 52 | 3D | 17 | 0 | 44 | CB | 2C | 16 |
| Octal | 40 | 77 | 122 | 75 | 27 | 0 | 104 | 313 | 54 | 26 |
| Binary | 100000 | 111111 | 1010010 | 111101 | 10111 | 0 | 1000100 | 11001011 | 101100 | 10110 |
Color Harmonies of #203F52
Complementary color
Monochromatic Colors of #203F52
Black with #203F52
Text Example
Text Example
White with #203F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F52; }
p { color: rgb(32,63,82); }
H1.HeaderClassName
{
color: #203F52;
}
.AnyTagClassName
{
color: #203F52;
}
</style>
background-color css
<style>
a { background-color: #203F52; }
a { background-color: rgb(32,63,82); }
div.DivClassName
{
background-color: #203F52;
}
.BgClassName
{
background-color: #203F52;
}
</style>
border-color css
<style>
span { border-color: #203F52; }
span { border-color: rgb(32,63,82); }
td.TdClassName
{
border-color: #203F52;
}
.TagClassName
{
border-color: #203F52;
}
</style>