Shades of Regal Blue #224162
Tints of Regal Blue #224162
RGB
CMYK
RGB Variations
Color information
#224162 (or 0x224162) is known color: Regal Blue. HEX triplet: 22, 41 and 62. RGB value is (34,65,98). Sum of RGB (Red+Green+Blue) = 34+65+98=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 65 (25.78% from 255 or 32.99% 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 #224162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224162 is #DDBE9D. Grayscale: #3B3B3B. Windows color (decimal): -14532254 or 6439202. OLE color: 6439202.
HSL color Cylindrical-coordinate representation of color #224162: hue angle of 210.94º 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 #224162 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 65 | 98 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.62 |
| HSL | 210.94º | 0.48% | 0.26% | - |
| HSV(B) | 210.94º | 0.65% | 0.38% | - |
| XYZ | 4.75 | 5 | 12.27 | - |
| YUV | 59.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 98 | 0.65 | 0.34 | 0 | 0.62 | 210.94 | 0.48 | 0.26 |
| Hex | 22 | 41 | 62 | 41 | 22 | 0 | 3E | D3 | 30 | 1A |
| Octal | 42 | 101 | 142 | 101 | 42 | 0 | 76 | 323 | 60 | 32 |
| Binary | 100010 | 1000001 | 1100010 | 1000001 | 100010 | 0 | 111110 | 11010011 | 110000 | 11010 |
Color Harmonies of #224162
Complementary color
Monochromatic Colors of #224162
Black with #224162
Text Example
Text Example
White with #224162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224162; }
p { color: rgb(34,65,98); }
H1.HeaderClassName
{
color: #224162;
}
.AnyTagClassName
{
color: #224162;
}
</style>
background-color css
<style>
a { background-color: #224162; }
a { background-color: rgb(34,65,98); }
div.DivClassName
{
background-color: #224162;
}
.BgClassName
{
background-color: #224162;
}
</style>
border-color css
<style>
span { border-color: #224162; }
span { border-color: rgb(34,65,98); }
td.TdClassName
{
border-color: #224162;
}
.TagClassName
{
border-color: #224162;
}
</style>