Shades of Regal Blue #203F55
Tints of Regal Blue #203F55
RGB
CMYK
RGB Variations
Color information
#203F55 (or 0x203F55) is known color: Regal Blue. HEX triplet: 20, 3F and 55. RGB value is (32,63,85). Sum of RGB (Red+Green+Blue) = 32+63+85=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #203F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F55 is #DFC0AA. Grayscale: #383838. Windows color (decimal): -14663851 or 5586720. OLE color: 5586720.
HSL color Cylindrical-coordinate representation of color #203F55: hue angle of 204.91º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203F55 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 63 | 85 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.67 |
| HSL | 204.91º | 0.45% | 0.23% | - |
| HSV(B) | 204.91º | 0.62% | 0.33% | - |
| XYZ | 4.01 | 4.52 | 9.25 | - |
| YUV | 56.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 85 | 0.62 | 0.26 | 0 | 0.67 | 204.91 | 0.45 | 0.23 |
| Hex | 20 | 3F | 55 | 3E | 1A | 0 | 43 | CD | 2D | 17 |
| Octal | 40 | 77 | 125 | 76 | 32 | 0 | 103 | 315 | 55 | 27 |
| Binary | 100000 | 111111 | 1010101 | 111110 | 11010 | 0 | 1000011 | 11001101 | 101101 | 10111 |
Color Harmonies of #203F55
Complementary color
Monochromatic Colors of #203F55
Black with #203F55
Text Example
Text Example
White with #203F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F55; }
p { color: rgb(32,63,85); }
H1.HeaderClassName
{
color: #203F55;
}
.AnyTagClassName
{
color: #203F55;
}
</style>
background-color css
<style>
a { background-color: #203F55; }
a { background-color: rgb(32,63,85); }
div.DivClassName
{
background-color: #203F55;
}
.BgClassName
{
background-color: #203F55;
}
</style>
border-color css
<style>
span { border-color: #203F55; }
span { border-color: rgb(32,63,85); }
td.TdClassName
{
border-color: #203F55;
}
.TagClassName
{
border-color: #203F55;
}
</style>