Shades of Regal Blue #204565
Tints of Regal Blue #204565
RGB
CMYK
RGB Variations
Color information
#204565 (or 0x204565) is known color: Regal Blue. HEX triplet: 20, 45 and 65. RGB value is (32,69,101). Sum of RGB (Red+Green+Blue) = 32+69+101=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #204565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204565 is #DFBA9A. Grayscale: #3D3D3D. Windows color (decimal): -14662299 or 6636832. OLE color: 6636832.
HSL color Cylindrical-coordinate representation of color #204565: hue angle of 207.83º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204565 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 69 | 101 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.60 |
| HSL | 207.83º | 0.52% | 0.26% | - |
| HSV(B) | 207.83º | 0.68% | 0.4% | - |
| XYZ | 5.07 | 5.5 | 13.11 | - |
| YUV | 61.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 101 | 0.68 | 0.32 | 0 | 0.60 | 207.83 | 0.52 | 0.26 |
| Hex | 20 | 45 | 65 | 44 | 20 | 0 | 3C | D0 | 34 | 1A |
| Octal | 40 | 105 | 145 | 104 | 40 | 0 | 74 | 320 | 64 | 32 |
| Binary | 100000 | 1000101 | 1100101 | 1000100 | 100000 | 0 | 111100 | 11010000 | 110100 | 11010 |
Color Harmonies of #204565
Complementary color
Monochromatic Colors of #204565
Black with #204565
Text Example
Text Example
White with #204565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204565; }
p { color: rgb(32,69,101); }
H1.HeaderClassName
{
color: #204565;
}
.AnyTagClassName
{
color: #204565;
}
</style>
background-color css
<style>
a { background-color: #204565; }
a { background-color: rgb(32,69,101); }
div.DivClassName
{
background-color: #204565;
}
.BgClassName
{
background-color: #204565;
}
</style>
border-color css
<style>
span { border-color: #204565; }
span { border-color: rgb(32,69,101); }
td.TdClassName
{
border-color: #204565;
}
.TagClassName
{
border-color: #204565;
}
</style>