Shades of Regal Blue #204061
Tints of Regal Blue #204061
RGB
CMYK
RGB Variations
Color information
#204061 (or 0x204061) is known color: Regal Blue. HEX triplet: 20, 40 and 61. RGB value is (32,64,97). Sum of RGB (Red+Green+Blue) = 32+64+97=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #204061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204061 is #DFBF9E. Grayscale: #3A3A3A. Windows color (decimal): -14663583 or 6373408. OLE color: 6373408.
HSL color Cylindrical-coordinate representation of color #204061: hue angle of 210.46º 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 #204061 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 64 | 97 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.62 |
| HSL | 210.46º | 0.5% | 0.25% | - |
| HSV(B) | 210.46º | 0.67% | 0.38% | - |
| XYZ | 4.59 | 4.84 | 12 | - |
| YUV | 58.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 97 | 0.67 | 0.34 | 0 | 0.62 | 210.46 | 0.5 | 0.25 |
| Hex | 20 | 40 | 61 | 43 | 22 | 0 | 3E | D2 | 32 | 19 |
| Octal | 40 | 100 | 141 | 103 | 42 | 0 | 76 | 322 | 62 | 31 |
| Binary | 100000 | 1000000 | 1100001 | 1000011 | 100010 | 0 | 111110 | 11010010 | 110010 | 11001 |
Color Harmonies of #204061
Complementary color
Monochromatic Colors of #204061
Black with #204061
Text Example
Text Example
White with #204061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204061; }
p { color: rgb(32,64,97); }
H1.HeaderClassName
{
color: #204061;
}
.AnyTagClassName
{
color: #204061;
}
</style>
background-color css
<style>
a { background-color: #204061; }
a { background-color: rgb(32,64,97); }
div.DivClassName
{
background-color: #204061;
}
.BgClassName
{
background-color: #204061;
}
</style>
border-color css
<style>
span { border-color: #204061; }
span { border-color: rgb(32,64,97); }
td.TdClassName
{
border-color: #204061;
}
.TagClassName
{
border-color: #204061;
}
</style>