Shades of Regal Blue #203D52
Tints of Regal Blue #203D52
RGB
CMYK
RGB Variations
Color information
#203D52 (or 0x203D52) is known color: Regal Blue. HEX triplet: 20, 3D and 52. RGB value is (32,61,82). Sum of RGB (Red+Green+Blue) = 32+61+82=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #203D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D52 is #DFC2AD. Grayscale: #363636. Windows color (decimal): -14664366 or 5389600. OLE color: 5389600.
HSL color Cylindrical-coordinate representation of color #203D52: hue angle of 205.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203D52 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 61 | 82 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.68 |
| HSL | 205.2º | 0.44% | 0.22% | - |
| HSV(B) | 205.2º | 0.61% | 0.32% | - |
| XYZ | 3.79 | 4.25 | 8.6 | - |
| YUV | 54.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 82 | 0.61 | 0.26 | 0 | 0.68 | 205.2 | 0.44 | 0.22 |
| Hex | 20 | 3D | 52 | 3D | 1A | 0 | 44 | CD | 2C | 16 |
| Octal | 40 | 75 | 122 | 75 | 32 | 0 | 104 | 315 | 54 | 26 |
| Binary | 100000 | 111101 | 1010010 | 111101 | 11010 | 0 | 1000100 | 11001101 | 101100 | 10110 |
Color Harmonies of #203D52
Complementary color
Monochromatic Colors of #203D52
Black with #203D52
Text Example
Text Example
White with #203D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D52; }
p { color: rgb(32,61,82); }
H1.HeaderClassName
{
color: #203D52;
}
.AnyTagClassName
{
color: #203D52;
}
</style>
background-color css
<style>
a { background-color: #203D52; }
a { background-color: rgb(32,61,82); }
div.DivClassName
{
background-color: #203D52;
}
.BgClassName
{
background-color: #203D52;
}
</style>
border-color css
<style>
span { border-color: #203D52; }
span { border-color: rgb(32,61,82); }
td.TdClassName
{
border-color: #203D52;
}
.TagClassName
{
border-color: #203D52;
}
</style>