Shades of Regal Blue #204060
Tints of Regal Blue #204060
RGB
CMYK
RGB Variations
Color information
#204060 (or 0x204060) is known color: Regal Blue. HEX triplet: 20, 40 and 60. RGB value is (32,64,96). Sum of RGB (Red+Green+Blue) = 32+64+96=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #204060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204060 is #DFBF9F. Grayscale: #393939. Windows color (decimal): -14663584 or 6307872. OLE color: 6307872.
HSL color Cylindrical-coordinate representation of color #204060: hue angle of 210º 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 #204060 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 64 | 96 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.62 |
| HSL | 210º | 0.5% | 0.25% | - |
| HSV(B) | 210º | 0.67% | 0.38% | - |
| XYZ | 4.54 | 4.82 | 11.76 | - |
| YUV | 58.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 96 | 0.67 | 0.33 | 0 | 0.62 | 210 | 0.5 | 0.25 |
| Hex | 20 | 40 | 60 | 43 | 21 | 0 | 3E | D2 | 32 | 19 |
| Octal | 40 | 100 | 140 | 103 | 41 | 0 | 76 | 322 | 62 | 31 |
| Binary | 100000 | 1000000 | 1100000 | 1000011 | 100001 | 0 | 111110 | 11010010 | 110010 | 11001 |
Color Harmonies of #204060
Complementary color
Monochromatic Colors of #204060
Black with #204060
Text Example
Text Example
White with #204060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204060; }
p { color: rgb(32,64,96); }
H1.HeaderClassName
{
color: #204060;
}
.AnyTagClassName
{
color: #204060;
}
</style>
background-color css
<style>
a { background-color: #204060; }
a { background-color: rgb(32,64,96); }
div.DivClassName
{
background-color: #204060;
}
.BgClassName
{
background-color: #204060;
}
</style>
border-color css
<style>
span { border-color: #204060; }
span { border-color: rgb(32,64,96); }
td.TdClassName
{
border-color: #204060;
}
.TagClassName
{
border-color: #204060;
}
</style>