Shades of Regal Blue #204463
Tints of Regal Blue #204463
RGB
CMYK
RGB Variations
Color information
#204463 (or 0x204463) is known color: Regal Blue. HEX triplet: 20, 44 and 63. RGB value is (32,68,99). Sum of RGB (Red+Green+Blue) = 32+68+99=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #204463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204463 is #DFBB9C. Grayscale: #3C3C3C. Windows color (decimal): -14662557 or 6505504. OLE color: 6505504.
HSL color Cylindrical-coordinate representation of color #204463: hue angle of 207.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204463 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 68 | 99 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.61 |
| HSL | 207.76º | 0.51% | 0.26% | - |
| HSV(B) | 207.76º | 0.68% | 0.39% | - |
| XYZ | 4.91 | 5.34 | 12.58 | - |
| YUV | 60.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 99 | 0.68 | 0.31 | 0 | 0.61 | 207.76 | 0.51 | 0.26 |
| Hex | 20 | 44 | 63 | 44 | 1F | 0 | 3D | D0 | 33 | 1A |
| Octal | 40 | 104 | 143 | 104 | 37 | 0 | 75 | 320 | 63 | 32 |
| Binary | 100000 | 1000100 | 1100011 | 1000100 | 11111 | 0 | 111101 | 11010000 | 110011 | 11010 |
Color Harmonies of #204463
Complementary color
Monochromatic Colors of #204463
Black with #204463
Text Example
Text Example
White with #204463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204463; }
p { color: rgb(32,68,99); }
H1.HeaderClassName
{
color: #204463;
}
.AnyTagClassName
{
color: #204463;
}
</style>
background-color css
<style>
a { background-color: #204463; }
a { background-color: rgb(32,68,99); }
div.DivClassName
{
background-color: #204463;
}
.BgClassName
{
background-color: #204463;
}
</style>
border-color css
<style>
span { border-color: #204463; }
span { border-color: rgb(32,68,99); }
td.TdClassName
{
border-color: #204463;
}
.TagClassName
{
border-color: #204463;
}
</style>