Shades of Regal Blue #203F60
Tints of Regal Blue #203F60
RGB
CMYK
RGB Variations
Color information
#203F60 (or 0x203F60) is known color: Regal Blue. HEX triplet: 20, 3F and 60. RGB value is (32,63,96). Sum of RGB (Red+Green+Blue) = 32+63+96=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #203F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F60 is #DFC09F. Grayscale: #393939. Windows color (decimal): -14663840 or 6307616. OLE color: 6307616.
HSL color Cylindrical-coordinate representation of color #203F60: hue angle of 210.94º 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 #203F60 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 63 | 96 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.62 |
| HSL | 210.94º | 0.5% | 0.25% | - |
| HSV(B) | 210.94º | 0.67% | 0.38% | - |
| XYZ | 4.48 | 4.71 | 11.74 | - |
| YUV | 57.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 96 | 0.67 | 0.34 | 0 | 0.62 | 210.94 | 0.5 | 0.25 |
| Hex | 20 | 3F | 60 | 43 | 22 | 0 | 3E | D3 | 32 | 19 |
| Octal | 40 | 77 | 140 | 103 | 42 | 0 | 76 | 323 | 62 | 31 |
| Binary | 100000 | 111111 | 1100000 | 1000011 | 100010 | 0 | 111110 | 11010011 | 110010 | 11001 |
Color Harmonies of #203F60
Complementary color
Monochromatic Colors of #203F60
Black with #203F60
Text Example
Text Example
White with #203F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F60; }
p { color: rgb(32,63,96); }
H1.HeaderClassName
{
color: #203F60;
}
.AnyTagClassName
{
color: #203F60;
}
</style>
background-color css
<style>
a { background-color: #203F60; }
a { background-color: rgb(32,63,96); }
div.DivClassName
{
background-color: #203F60;
}
.BgClassName
{
background-color: #203F60;
}
</style>
border-color css
<style>
span { border-color: #203F60; }
span { border-color: rgb(32,63,96); }
td.TdClassName
{
border-color: #203F60;
}
.TagClassName
{
border-color: #203F60;
}
</style>