Shades of Regal Blue #203A50
Tints of Regal Blue #203A50
RGB
CMYK
RGB Variations
Color information
#203A50 (or 0x203A50) is known color: Regal Blue. HEX triplet: 20, 3A and 50. RGB value is (32,58,80). Sum of RGB (Red+Green+Blue) = 32+58+80=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #203A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A50 is #DFC5AF. Grayscale: #343434. Windows color (decimal): -14665136 or 5257760. OLE color: 5257760.
HSL color Cylindrical-coordinate representation of color #203A50: hue angle of 207.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203A50 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 58 | 80 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.69 |
| HSL | 207.5º | 0.43% | 0.22% | - |
| HSV(B) | 207.5º | 0.6% | 0.31% | - |
| XYZ | 3.56 | 3.91 | 8.16 | - |
| YUV | 52.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 80 | 0.60 | 0.28 | 0 | 0.69 | 207.5 | 0.43 | 0.22 |
| Hex | 20 | 3A | 50 | 3C | 1C | 0 | 45 | D0 | 2B | 16 |
| Octal | 40 | 72 | 120 | 74 | 34 | 0 | 105 | 320 | 53 | 26 |
| Binary | 100000 | 111010 | 1010000 | 111100 | 11100 | 0 | 1000101 | 11010000 | 101011 | 10110 |
Color Harmonies of #203A50
Complementary color
Monochromatic Colors of #203A50
Black with #203A50
Text Example
Text Example
White with #203A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A50; }
p { color: rgb(32,58,80); }
H1.HeaderClassName
{
color: #203A50;
}
.AnyTagClassName
{
color: #203A50;
}
</style>
background-color css
<style>
a { background-color: #203A50; }
a { background-color: rgb(32,58,80); }
div.DivClassName
{
background-color: #203A50;
}
.BgClassName
{
background-color: #203A50;
}
</style>
border-color css
<style>
span { border-color: #203A50; }
span { border-color: rgb(32,58,80); }
td.TdClassName
{
border-color: #203A50;
}
.TagClassName
{
border-color: #203A50;
}
</style>