Shades of Nile Blue #203C4C
Tints of Nile Blue #203C4C
RGB
CMYK
RGB Variations
Color information
#203C4C (or 0x203C4C) is known color: Nile Blue. HEX triplet: 20, 3C and 4C. RGB value is (32,60,76). Sum of RGB (Red+Green+Blue) = 32+60+76=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #203C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C4C is #DFC3B3. Grayscale: #353535. Windows color (decimal): -14664628 or 4996128. OLE color: 4996128.
HSL color Cylindrical-coordinate representation of color #203C4C: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203C4C is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 60 | 76 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.70 |
| HSL | 201.82º | 0.41% | 0.21% | - |
| HSV(B) | 201.82º | 0.58% | 0.3% | - |
| XYZ | 3.52 | 4.06 | 7.44 | - |
| YUV | 53.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 76 | 0.58 | 0.21 | 0 | 0.70 | 201.82 | 0.41 | 0.21 |
| Hex | 20 | 3C | 4C | 3A | 15 | 0 | 46 | CA | 29 | 15 |
| Octal | 40 | 74 | 114 | 72 | 25 | 0 | 106 | 312 | 51 | 25 |
| Binary | 100000 | 111100 | 1001100 | 111010 | 10101 | 0 | 1000110 | 11001010 | 101001 | 10101 |
Color Harmonies of #203C4C
Complementary color
Monochromatic Colors of #203C4C
Black with #203C4C
Text Example
Text Example
White with #203C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C4C; }
p { color: rgb(32,60,76); }
H1.HeaderClassName
{
color: #203C4C;
}
.AnyTagClassName
{
color: #203C4C;
}
</style>
background-color css
<style>
a { background-color: #203C4C; }
a { background-color: rgb(32,60,76); }
div.DivClassName
{
background-color: #203C4C;
}
.BgClassName
{
background-color: #203C4C;
}
</style>
border-color css
<style>
span { border-color: #203C4C; }
span { border-color: rgb(32,60,76); }
td.TdClassName
{
border-color: #203C4C;
}
.TagClassName
{
border-color: #203C4C;
}
</style>