Shades of Regal Blue #204055
Tints of Regal Blue #204055
RGB
CMYK
RGB Variations
Color information
#204055 (or 0x204055) is known color: Regal Blue. HEX triplet: 20, 40 and 55. RGB value is (32,64,85). Sum of RGB (Red+Green+Blue) = 32+64+85=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #204055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204055 is #DFBFAA. Grayscale: #383838. Windows color (decimal): -14663595 or 5586976. OLE color: 5586976.
HSL color Cylindrical-coordinate representation of color #204055: hue angle of 203.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204055 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 64 | 85 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.67 |
| HSL | 203.77º | 0.45% | 0.23% | - |
| HSV(B) | 203.77º | 0.62% | 0.33% | - |
| XYZ | 4.07 | 4.63 | 9.27 | - |
| YUV | 56.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 85 | 0.62 | 0.25 | 0 | 0.67 | 203.77 | 0.45 | 0.23 |
| Hex | 20 | 40 | 55 | 3E | 19 | 0 | 43 | CC | 2D | 17 |
| Octal | 40 | 100 | 125 | 76 | 31 | 0 | 103 | 314 | 55 | 27 |
| Binary | 100000 | 1000000 | 1010101 | 111110 | 11001 | 0 | 1000011 | 11001100 | 101101 | 10111 |
Color Harmonies of #204055
Complementary color
Monochromatic Colors of #204055
Black with #204055
Text Example
Text Example
White with #204055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204055; }
p { color: rgb(32,64,85); }
H1.HeaderClassName
{
color: #204055;
}
.AnyTagClassName
{
color: #204055;
}
</style>
background-color css
<style>
a { background-color: #204055; }
a { background-color: rgb(32,64,85); }
div.DivClassName
{
background-color: #204055;
}
.BgClassName
{
background-color: #204055;
}
</style>
border-color css
<style>
span { border-color: #204055; }
span { border-color: rgb(32,64,85); }
td.TdClassName
{
border-color: #204055;
}
.TagClassName
{
border-color: #204055;
}
</style>