Shades of Regal Blue #224562
Tints of Regal Blue #224562
RGB
CMYK
RGB Variations
Color information
#224562 (or 0x224562) is known color: Regal Blue. HEX triplet: 22, 45 and 62. RGB value is (34,69,98). Sum of RGB (Red+Green+Blue) = 34+69+98=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #224562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224562 is #DDBA9D. Grayscale: #3D3D3D. Windows color (decimal): -14531230 or 6440226. OLE color: 6440226.
HSL color Cylindrical-coordinate representation of color #224562: hue angle of 207.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224562 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 69 | 98 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.62 |
| HSL | 207.19º | 0.48% | 0.26% | - |
| HSV(B) | 207.19º | 0.65% | 0.38% | - |
| XYZ | 4.99 | 5.48 | 12.35 | - |
| YUV | 61.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 98 | 0.65 | 0.30 | 0 | 0.62 | 207.19 | 0.48 | 0.26 |
| Hex | 22 | 45 | 62 | 41 | 1E | 0 | 3E | CF | 30 | 1A |
| Octal | 42 | 105 | 142 | 101 | 36 | 0 | 76 | 317 | 60 | 32 |
| Binary | 100010 | 1000101 | 1100010 | 1000001 | 11110 | 0 | 111110 | 11001111 | 110000 | 11010 |
Color Harmonies of #224562
Complementary color
Monochromatic Colors of #224562
Black with #224562
Text Example
Text Example
White with #224562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224562; }
p { color: rgb(34,69,98); }
H1.HeaderClassName
{
color: #224562;
}
.AnyTagClassName
{
color: #224562;
}
</style>
background-color css
<style>
a { background-color: #224562; }
a { background-color: rgb(34,69,98); }
div.DivClassName
{
background-color: #224562;
}
.BgClassName
{
background-color: #224562;
}
</style>
border-color css
<style>
span { border-color: #224562; }
span { border-color: rgb(34,69,98); }
td.TdClassName
{
border-color: #224562;
}
.TagClassName
{
border-color: #224562;
}
</style>