Shades of Regal Blue #203C58
Tints of Regal Blue #203C58
RGB
CMYK
RGB Variations
Color information
#203C58 (or 0x203C58) is known color: Regal Blue. HEX triplet: 20, 3C and 58. RGB value is (32,60,88). Sum of RGB (Red+Green+Blue) = 32+60+88=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #203C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C58 is #DFC3A7. Grayscale: #363636. Windows color (decimal): -14664616 or 5782560. OLE color: 5782560.
HSL color Cylindrical-coordinate representation of color #203C58: hue angle of 210º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203C58 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 60 | 88 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.65 |
| HSL | 210º | 0.47% | 0.24% | - |
| HSV(B) | 210º | 0.64% | 0.35% | - |
| XYZ | 3.97 | 4.24 | 9.84 | - |
| YUV | 54.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 88 | 0.64 | 0.32 | 0 | 0.65 | 210 | 0.47 | 0.24 |
| Hex | 20 | 3C | 58 | 40 | 20 | 0 | 41 | D2 | 2F | 18 |
| Octal | 40 | 74 | 130 | 100 | 40 | 0 | 101 | 322 | 57 | 30 |
| Binary | 100000 | 111100 | 1011000 | 1000000 | 100000 | 0 | 1000001 | 11010010 | 101111 | 11000 |
Color Harmonies of #203C58
Complementary color
Monochromatic Colors of #203C58
Black with #203C58
Text Example
Text Example
White with #203C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C58; }
p { color: rgb(32,60,88); }
H1.HeaderClassName
{
color: #203C58;
}
.AnyTagClassName
{
color: #203C58;
}
</style>
background-color css
<style>
a { background-color: #203C58; }
a { background-color: rgb(32,60,88); }
div.DivClassName
{
background-color: #203C58;
}
.BgClassName
{
background-color: #203C58;
}
</style>
border-color css
<style>
span { border-color: #203C58; }
span { border-color: rgb(32,60,88); }
td.TdClassName
{
border-color: #203C58;
}
.TagClassName
{
border-color: #203C58;
}
</style>