Shades of Regal Blue #204461
Tints of Regal Blue #204461
RGB
CMYK
RGB Variations
Color information
#204461 (or 0x204461) is known color: Regal Blue. HEX triplet: 20, 44 and 61. RGB value is (32,68,97). Sum of RGB (Red+Green+Blue) = 32+68+97=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #204461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204461 is #DFBB9E. Grayscale: #3C3C3C. Windows color (decimal): -14662559 or 6374432. OLE color: 6374432.
HSL color Cylindrical-coordinate representation of color #204461: hue angle of 206.77º 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 #204461 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 68 | 97 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.62 |
| HSL | 206.77º | 0.5% | 0.25% | - |
| HSV(B) | 206.77º | 0.67% | 0.38% | - |
| XYZ | 4.82 | 5.3 | 12.08 | - |
| YUV | 60.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 97 | 0.67 | 0.30 | 0 | 0.62 | 206.77 | 0.5 | 0.25 |
| Hex | 20 | 44 | 61 | 43 | 1E | 0 | 3E | CF | 32 | 19 |
| Octal | 40 | 104 | 141 | 103 | 36 | 0 | 76 | 317 | 62 | 31 |
| Binary | 100000 | 1000100 | 1100001 | 1000011 | 11110 | 0 | 111110 | 11001111 | 110010 | 11001 |
Color Harmonies of #204461
Complementary color
Monochromatic Colors of #204461
Black with #204461
Text Example
Text Example
White with #204461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204461; }
p { color: rgb(32,68,97); }
H1.HeaderClassName
{
color: #204461;
}
.AnyTagClassName
{
color: #204461;
}
</style>
background-color css
<style>
a { background-color: #204461; }
a { background-color: rgb(32,68,97); }
div.DivClassName
{
background-color: #204461;
}
.BgClassName
{
background-color: #204461;
}
</style>
border-color css
<style>
span { border-color: #204461; }
span { border-color: rgb(32,68,97); }
td.TdClassName
{
border-color: #204461;
}
.TagClassName
{
border-color: #204461;
}
</style>