Shades of Regal Blue #204161
Tints of Regal Blue #204161
RGB
CMYK
RGB Variations
Color information
#204161 (or 0x204161) is known color: Regal Blue. HEX triplet: 20, 41 and 61. RGB value is (32,65,97). Sum of RGB (Red+Green+Blue) = 32+65+97=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #204161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204161 is #DFBE9E. Grayscale: #3A3A3A. Windows color (decimal): -14663327 or 6373664. OLE color: 6373664.
HSL color Cylindrical-coordinate representation of color #204161: hue angle of 209.54º 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 #204161 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 65 | 97 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.62 |
| HSL | 209.54º | 0.5% | 0.25% | - |
| HSV(B) | 209.54º | 0.67% | 0.38% | - |
| XYZ | 4.64 | 4.95 | 12.02 | - |
| YUV | 58.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 97 | 0.67 | 0.33 | 0 | 0.62 | 209.54 | 0.5 | 0.25 |
| Hex | 20 | 41 | 61 | 43 | 21 | 0 | 3E | D2 | 32 | 19 |
| Octal | 40 | 101 | 141 | 103 | 41 | 0 | 76 | 322 | 62 | 31 |
| Binary | 100000 | 1000001 | 1100001 | 1000011 | 100001 | 0 | 111110 | 11010010 | 110010 | 11001 |
Color Harmonies of #204161
Complementary color
Monochromatic Colors of #204161
Black with #204161
Text Example
Text Example
White with #204161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204161; }
p { color: rgb(32,65,97); }
H1.HeaderClassName
{
color: #204161;
}
.AnyTagClassName
{
color: #204161;
}
</style>
background-color css
<style>
a { background-color: #204161; }
a { background-color: rgb(32,65,97); }
div.DivClassName
{
background-color: #204161;
}
.BgClassName
{
background-color: #204161;
}
</style>
border-color css
<style>
span { border-color: #204161; }
span { border-color: rgb(32,65,97); }
td.TdClassName
{
border-color: #204161;
}
.TagClassName
{
border-color: #204161;
}
</style>