Shades of Regal Blue #203B53
Tints of Regal Blue #203B53
RGB
CMYK
RGB Variations
Color information
#203B53 (or 0x203B53) is known color: Regal Blue. HEX triplet: 20, 3B and 53. RGB value is (32,59,83). Sum of RGB (Red+Green+Blue) = 32+59+83=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #203B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B53 is #DFC4AC. Grayscale: #353535. Windows color (decimal): -14664877 or 5454624. OLE color: 5454624.
HSL color Cylindrical-coordinate representation of color #203B53: hue angle of 208.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203B53 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 59 | 83 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.67 |
| HSL | 208.24º | 0.44% | 0.23% | - |
| HSV(B) | 208.24º | 0.61% | 0.33% | - |
| XYZ | 3.72 | 4.06 | 8.77 | - |
| YUV | 53.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 83 | 0.61 | 0.29 | 0 | 0.67 | 208.24 | 0.44 | 0.23 |
| Hex | 20 | 3B | 53 | 3D | 1D | 0 | 43 | D0 | 2C | 17 |
| Octal | 40 | 73 | 123 | 75 | 35 | 0 | 103 | 320 | 54 | 27 |
| Binary | 100000 | 111011 | 1010011 | 111101 | 11101 | 0 | 1000011 | 11010000 | 101100 | 10111 |
Color Harmonies of #203B53
Complementary color
Monochromatic Colors of #203B53
Black with #203B53
Text Example
Text Example
White with #203B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B53; }
p { color: rgb(32,59,83); }
H1.HeaderClassName
{
color: #203B53;
}
.AnyTagClassName
{
color: #203B53;
}
</style>
background-color css
<style>
a { background-color: #203B53; }
a { background-color: rgb(32,59,83); }
div.DivClassName
{
background-color: #203B53;
}
.BgClassName
{
background-color: #203B53;
}
</style>
border-color css
<style>
span { border-color: #203B53; }
span { border-color: rgb(32,59,83); }
td.TdClassName
{
border-color: #203B53;
}
.TagClassName
{
border-color: #203B53;
}
</style>