Shades of Regal Blue #203C55
Tints of Regal Blue #203C55
RGB
CMYK
RGB Variations
Color information
#203C55 (or 0x203C55) is known color: Regal Blue. HEX triplet: 20, 3C and 55. RGB value is (32,60,85). Sum of RGB (Red+Green+Blue) = 32+60+85=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #203C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C55 is #DFC3AA. Grayscale: #363636. Windows color (decimal): -14664619 or 5585952. OLE color: 5585952.
HSL color Cylindrical-coordinate representation of color #203C55: hue angle of 208.3º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203C55 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 60 | 85 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.67 |
| HSL | 208.3º | 0.45% | 0.23% | - |
| HSV(B) | 208.3º | 0.62% | 0.33% | - |
| XYZ | 3.85 | 4.19 | 9.2 | - |
| YUV | 54.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 85 | 0.62 | 0.29 | 0 | 0.67 | 208.3 | 0.45 | 0.23 |
| Hex | 20 | 3C | 55 | 3E | 1D | 0 | 43 | D0 | 2D | 17 |
| Octal | 40 | 74 | 125 | 76 | 35 | 0 | 103 | 320 | 55 | 27 |
| Binary | 100000 | 111100 | 1010101 | 111110 | 11101 | 0 | 1000011 | 11010000 | 101101 | 10111 |
Color Harmonies of #203C55
Complementary color
Monochromatic Colors of #203C55
Black with #203C55
Text Example
Text Example
White with #203C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C55; }
p { color: rgb(32,60,85); }
H1.HeaderClassName
{
color: #203C55;
}
.AnyTagClassName
{
color: #203C55;
}
</style>
background-color css
<style>
a { background-color: #203C55; }
a { background-color: rgb(32,60,85); }
div.DivClassName
{
background-color: #203C55;
}
.BgClassName
{
background-color: #203C55;
}
</style>
border-color css
<style>
span { border-color: #203C55; }
span { border-color: rgb(32,60,85); }
td.TdClassName
{
border-color: #203C55;
}
.TagClassName
{
border-color: #203C55;
}
</style>