Shades of Regal Blue #203C56
Tints of Regal Blue #203C56
RGB
CMYK
RGB Variations
Color information
#203C56 (or 0x203C56) is known color: Regal Blue. HEX triplet: 20, 3C and 56. RGB value is (32,60,86). Sum of RGB (Red+Green+Blue) = 32+60+86=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #203C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C56 is #DFC3A9. Grayscale: #363636. Windows color (decimal): -14664618 or 5651488. OLE color: 5651488.
HSL color Cylindrical-coordinate representation of color #203C56: hue angle of 208.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203C56 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 60 | 86 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.66 |
| HSL | 208.89º | 0.46% | 0.23% | - |
| HSV(B) | 208.89º | 0.63% | 0.34% | - |
| XYZ | 3.89 | 4.21 | 9.41 | - |
| YUV | 54.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 86 | 0.63 | 0.30 | 0 | 0.66 | 208.89 | 0.46 | 0.23 |
| Hex | 20 | 3C | 56 | 3F | 1E | 0 | 42 | D1 | 2E | 17 |
| Octal | 40 | 74 | 126 | 77 | 36 | 0 | 102 | 321 | 56 | 27 |
| Binary | 100000 | 111100 | 1010110 | 111111 | 11110 | 0 | 1000010 | 11010001 | 101110 | 10111 |
Color Harmonies of #203C56
Complementary color
Monochromatic Colors of #203C56
Black with #203C56
Text Example
Text Example
White with #203C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C56; }
p { color: rgb(32,60,86); }
H1.HeaderClassName
{
color: #203C56;
}
.AnyTagClassName
{
color: #203C56;
}
</style>
background-color css
<style>
a { background-color: #203C56; }
a { background-color: rgb(32,60,86); }
div.DivClassName
{
background-color: #203C56;
}
.BgClassName
{
background-color: #203C56;
}
</style>
border-color css
<style>
span { border-color: #203C56; }
span { border-color: rgb(32,60,86); }
td.TdClassName
{
border-color: #203C56;
}
.TagClassName
{
border-color: #203C56;
}
</style>