Shades of Regal Blue #204160
Tints of Regal Blue #204160
RGB
CMYK
RGB Variations
Color information
#204160 (or 0x204160) is known color: Regal Blue. HEX triplet: 20, 41 and 60. RGB value is (32,65,96). Sum of RGB (Red+Green+Blue) = 32+65+96=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #204160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204160 is #DFBE9F. Grayscale: #3A3A3A. Windows color (decimal): -14663328 or 6308128. OLE color: 6308128.
HSL color Cylindrical-coordinate representation of color #204160: hue angle of 209.06º 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 #204160 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 65 | 96 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.62 |
| HSL | 209.06º | 0.5% | 0.25% | - |
| HSV(B) | 209.06º | 0.67% | 0.38% | - |
| XYZ | 4.6 | 4.93 | 11.78 | - |
| YUV | 58.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 96 | 0.67 | 0.32 | 0 | 0.62 | 209.06 | 0.5 | 0.25 |
| Hex | 20 | 41 | 60 | 43 | 20 | 0 | 3E | D1 | 32 | 19 |
| Octal | 40 | 101 | 140 | 103 | 40 | 0 | 76 | 321 | 62 | 31 |
| Binary | 100000 | 1000001 | 1100000 | 1000011 | 100000 | 0 | 111110 | 11010001 | 110010 | 11001 |
Color Harmonies of #204160
Complementary color
Monochromatic Colors of #204160
Black with #204160
Text Example
Text Example
White with #204160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204160; }
p { color: rgb(32,65,96); }
H1.HeaderClassName
{
color: #204160;
}
.AnyTagClassName
{
color: #204160;
}
</style>
background-color css
<style>
a { background-color: #204160; }
a { background-color: rgb(32,65,96); }
div.DivClassName
{
background-color: #204160;
}
.BgClassName
{
background-color: #204160;
}
</style>
border-color css
<style>
span { border-color: #204160; }
span { border-color: rgb(32,65,96); }
td.TdClassName
{
border-color: #204160;
}
.TagClassName
{
border-color: #204160;
}
</style>