Shades of Regal Blue #203F61
Tints of Regal Blue #203F61
RGB
CMYK
RGB Variations
Color information
#203F61 (or 0x203F61) is known color: Regal Blue. HEX triplet: 20, 3F and 61. RGB value is (32,63,97). Sum of RGB (Red+Green+Blue) = 32+63+97=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #203F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F61 is #DFC09E. Grayscale: #393939. Windows color (decimal): -14663839 or 6373152. OLE color: 6373152.
HSL color Cylindrical-coordinate representation of color #203F61: hue angle of 211.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203F61 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 63 | 97 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.62 |
| HSL | 211.38º | 0.5% | 0.25% | - |
| HSV(B) | 211.38º | 0.67% | 0.38% | - |
| XYZ | 4.53 | 4.73 | 11.98 | - |
| YUV | 57.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 97 | 0.67 | 0.35 | 0 | 0.62 | 211.38 | 0.5 | 0.25 |
| Hex | 20 | 3F | 61 | 43 | 23 | 0 | 3E | D3 | 32 | 19 |
| Octal | 40 | 77 | 141 | 103 | 43 | 0 | 76 | 323 | 62 | 31 |
| Binary | 100000 | 111111 | 1100001 | 1000011 | 100011 | 0 | 111110 | 11010011 | 110010 | 11001 |
Color Harmonies of #203F61
Complementary color
Monochromatic Colors of #203F61
Black with #203F61
Text Example
Text Example
White with #203F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F61; }
p { color: rgb(32,63,97); }
H1.HeaderClassName
{
color: #203F61;
}
.AnyTagClassName
{
color: #203F61;
}
</style>
background-color css
<style>
a { background-color: #203F61; }
a { background-color: rgb(32,63,97); }
div.DivClassName
{
background-color: #203F61;
}
.BgClassName
{
background-color: #203F61;
}
</style>
border-color css
<style>
span { border-color: #203F61; }
span { border-color: rgb(32,63,97); }
td.TdClassName
{
border-color: #203F61;
}
.TagClassName
{
border-color: #203F61;
}
</style>