Shades of Regal Blue #204362
Tints of Regal Blue #204362
RGB
CMYK
RGB Variations
Color information
#204362 (or 0x204362) is known color: Regal Blue. HEX triplet: 20, 43 and 62. RGB value is (32,67,98). Sum of RGB (Red+Green+Blue) = 32+67+98=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #204362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204362 is #DFBC9D. Grayscale: #3B3B3B. Windows color (decimal): -14662814 or 6439712. OLE color: 6439712.
HSL color Cylindrical-coordinate representation of color #204362: hue angle of 208.18º degrees, saturation: 0.51, 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 #204362 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 67 | 98 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.62 |
| HSL | 208.18º | 0.51% | 0.25% | - |
| HSV(B) | 208.18º | 0.67% | 0.38% | - |
| XYZ | 4.81 | 5.2 | 12.31 | - |
| YUV | 60.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 98 | 0.67 | 0.32 | 0 | 0.62 | 208.18 | 0.51 | 0.25 |
| Hex | 20 | 43 | 62 | 43 | 20 | 0 | 3E | D0 | 33 | 19 |
| Octal | 40 | 103 | 142 | 103 | 40 | 0 | 76 | 320 | 63 | 31 |
| Binary | 100000 | 1000011 | 1100010 | 1000011 | 100000 | 0 | 111110 | 11010000 | 110011 | 11001 |
Color Harmonies of #204362
Complementary color
Monochromatic Colors of #204362
Black with #204362
Text Example
Text Example
White with #204362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204362; }
p { color: rgb(32,67,98); }
H1.HeaderClassName
{
color: #204362;
}
.AnyTagClassName
{
color: #204362;
}
</style>
background-color css
<style>
a { background-color: #204362; }
a { background-color: rgb(32,67,98); }
div.DivClassName
{
background-color: #204362;
}
.BgClassName
{
background-color: #204362;
}
</style>
border-color css
<style>
span { border-color: #204362; }
span { border-color: rgb(32,67,98); }
td.TdClassName
{
border-color: #204362;
}
.TagClassName
{
border-color: #204362;
}
</style>