Shades of Regal Blue #203D53
Tints of Regal Blue #203D53
RGB
CMYK
RGB Variations
Color information
#203D53 (or 0x203D53) is known color: Regal Blue. HEX triplet: 20, 3D and 53. RGB value is (32,61,83). Sum of RGB (Red+Green+Blue) = 32+61+83=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #203D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D53 is #DFC2AC. Grayscale: #363636. Windows color (decimal): -14664365 or 5455136. OLE color: 5455136.
HSL color Cylindrical-coordinate representation of color #203D53: hue angle of 205.88º 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 #203D53 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 61 | 83 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.67 |
| HSL | 205.88º | 0.44% | 0.23% | - |
| HSV(B) | 205.88º | 0.61% | 0.33% | - |
| XYZ | 3.83 | 4.27 | 8.81 | - |
| YUV | 54.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 83 | 0.61 | 0.27 | 0 | 0.67 | 205.88 | 0.44 | 0.23 |
| Hex | 20 | 3D | 53 | 3D | 1B | 0 | 43 | CE | 2C | 17 |
| Octal | 40 | 75 | 123 | 75 | 33 | 0 | 103 | 316 | 54 | 27 |
| Binary | 100000 | 111101 | 1010011 | 111101 | 11011 | 0 | 1000011 | 11001110 | 101100 | 10111 |
Color Harmonies of #203D53
Complementary color
Monochromatic Colors of #203D53
Black with #203D53
Text Example
Text Example
White with #203D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D53; }
p { color: rgb(32,61,83); }
H1.HeaderClassName
{
color: #203D53;
}
.AnyTagClassName
{
color: #203D53;
}
</style>
background-color css
<style>
a { background-color: #203D53; }
a { background-color: rgb(32,61,83); }
div.DivClassName
{
background-color: #203D53;
}
.BgClassName
{
background-color: #203D53;
}
</style>
border-color css
<style>
span { border-color: #203D53; }
span { border-color: rgb(32,61,83); }
td.TdClassName
{
border-color: #203D53;
}
.TagClassName
{
border-color: #203D53;
}
</style>