Shades of Regal Blue #204164
Tints of Regal Blue #204164
RGB
CMYK
RGB Variations
Color information
#204164 (or 0x204164) is known color: Regal Blue. HEX triplet: 20, 41 and 64. RGB value is (32,65,100). Sum of RGB (Red+Green+Blue) = 32+65+100=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #204164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204164 is #DFBE9B. Grayscale: #3A3A3A. Windows color (decimal): -14663324 or 6570272. OLE color: 6570272.
HSL color Cylindrical-coordinate representation of color #204164: hue angle of 210.88º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204164 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 65 | 100 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.61 |
| HSL | 210.88º | 0.52% | 0.26% | - |
| HSV(B) | 210.88º | 0.68% | 0.39% | - |
| XYZ | 4.79 | 5.01 | 12.77 | - |
| YUV | 59.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 100 | 0.68 | 0.35 | 0 | 0.61 | 210.88 | 0.52 | 0.26 |
| Hex | 20 | 41 | 64 | 44 | 23 | 0 | 3D | D3 | 34 | 1A |
| Octal | 40 | 101 | 144 | 104 | 43 | 0 | 75 | 323 | 64 | 32 |
| Binary | 100000 | 1000001 | 1100100 | 1000100 | 100011 | 0 | 111101 | 11010011 | 110100 | 11010 |
Color Harmonies of #204164
Complementary color
Monochromatic Colors of #204164
Black with #204164
Text Example
Text Example
White with #204164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204164; }
p { color: rgb(32,65,100); }
H1.HeaderClassName
{
color: #204164;
}
.AnyTagClassName
{
color: #204164;
}
</style>
background-color css
<style>
a { background-color: #204164; }
a { background-color: rgb(32,65,100); }
div.DivClassName
{
background-color: #204164;
}
.BgClassName
{
background-color: #204164;
}
</style>
border-color css
<style>
span { border-color: #204164; }
span { border-color: rgb(32,65,100); }
td.TdClassName
{
border-color: #204164;
}
.TagClassName
{
border-color: #204164;
}
</style>