Shades of Regal Blue #203F5F
Tints of Regal Blue #203F5F
RGB
CMYK
RGB Variations
Color information
#203F5F (or 0x203F5F) is known color: Regal Blue. HEX triplet: 20, 3F and 5F. RGB value is (32,63,95). Sum of RGB (Red+Green+Blue) = 32+63+95=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #203F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F5F is #DFC0A0. Grayscale: #393939. Windows color (decimal): -14663841 or 6242080. OLE color: 6242080.
HSL color Cylindrical-coordinate representation of color #203F5F: hue angle of 210.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203F5F is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 63 | 95 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.63 |
| HSL | 210.48º | 0.5% | 0.25% | - |
| HSV(B) | 210.48º | 0.66% | 0.37% | - |
| XYZ | 4.44 | 4.69 | 11.5 | - |
| YUV | 57.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 95 | 0.66 | 0.34 | 0 | 0.63 | 210.48 | 0.5 | 0.25 |
| Hex | 20 | 3F | 5F | 42 | 22 | 0 | 3F | D2 | 32 | 19 |
| Octal | 40 | 77 | 137 | 102 | 42 | 0 | 77 | 322 | 62 | 31 |
| Binary | 100000 | 111111 | 1011111 | 1000010 | 100010 | 0 | 111111 | 11010010 | 110010 | 11001 |
Color Harmonies of #203F5F
Complementary color
Monochromatic Colors of #203F5F
Black with #203F5F
Text Example
Text Example
White with #203F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F5F; }
p { color: rgb(32,63,95); }
H1.HeaderClassName
{
color: #203F5F;
}
.AnyTagClassName
{
color: #203F5F;
}
</style>
background-color css
<style>
a { background-color: #203F5F; }
a { background-color: rgb(32,63,95); }
div.DivClassName
{
background-color: #203F5F;
}
.BgClassName
{
background-color: #203F5F;
}
</style>
border-color css
<style>
span { border-color: #203F5F; }
span { border-color: rgb(32,63,95); }
td.TdClassName
{
border-color: #203F5F;
}
.TagClassName
{
border-color: #203F5F;
}
</style>