Shades of Regal Blue #204165
Tints of Regal Blue #204165
RGB
CMYK
RGB Variations
Color information
#204165 (or 0x204165) is known color: Regal Blue. HEX triplet: 20, 41 and 65. RGB value is (32,65,101). Sum of RGB (Red+Green+Blue) = 32+65+101=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #204165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204165 is #DFBE9A. Grayscale: #3B3B3B. Windows color (decimal): -14663323 or 6635808. OLE color: 6635808.
HSL color Cylindrical-coordinate representation of color #204165: hue angle of 211.3º 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 #204165 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 65 | 101 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.60 |
| HSL | 211.3º | 0.52% | 0.26% | - |
| HSV(B) | 211.3º | 0.68% | 0.4% | - |
| XYZ | 4.83 | 5.03 | 13.03 | - |
| YUV | 59.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 101 | 0.68 | 0.36 | 0 | 0.60 | 211.3 | 0.52 | 0.26 |
| Hex | 20 | 41 | 65 | 44 | 24 | 0 | 3C | D3 | 34 | 1A |
| Octal | 40 | 101 | 145 | 104 | 44 | 0 | 74 | 323 | 64 | 32 |
| Binary | 100000 | 1000001 | 1100101 | 1000100 | 100100 | 0 | 111100 | 11010011 | 110100 | 11010 |
Color Harmonies of #204165
Complementary color
Monochromatic Colors of #204165
Black with #204165
Text Example
Text Example
White with #204165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204165; }
p { color: rgb(32,65,101); }
H1.HeaderClassName
{
color: #204165;
}
.AnyTagClassName
{
color: #204165;
}
</style>
background-color css
<style>
a { background-color: #204165; }
a { background-color: rgb(32,65,101); }
div.DivClassName
{
background-color: #204165;
}
.BgClassName
{
background-color: #204165;
}
</style>
border-color css
<style>
span { border-color: #204165; }
span { border-color: rgb(32,65,101); }
td.TdClassName
{
border-color: #204165;
}
.TagClassName
{
border-color: #204165;
}
</style>