Shades of Regal Blue #224462
Tints of Regal Blue #224462
RGB
CMYK
RGB Variations
Color information
#224462 (or 0x224462) is known color: Regal Blue. HEX triplet: 22, 44 and 62. RGB value is (34,68,98). Sum of RGB (Red+Green+Blue) = 34+68+98=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #224462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224462 is #DDBB9D. Grayscale: #3D3D3D. Windows color (decimal): -14531486 or 6439970. OLE color: 6439970.
HSL color Cylindrical-coordinate representation of color #224462: hue angle of 208.12º 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 #224462 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 68 | 98 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.62 |
| HSL | 208.13º | 0.48% | 0.26% | - |
| HSV(B) | 208.13º | 0.65% | 0.38% | - |
| XYZ | 4.93 | 5.36 | 12.33 | - |
| YUV | 61.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 98 | 0.65 | 0.31 | 0 | 0.62 | 208.13 | 0.48 | 0.26 |
| Hex | 22 | 44 | 62 | 41 | 1F | 0 | 3E | D0 | 30 | 1A |
| Octal | 42 | 104 | 142 | 101 | 37 | 0 | 76 | 320 | 60 | 32 |
| Binary | 100010 | 1000100 | 1100010 | 1000001 | 11111 | 0 | 111110 | 11010000 | 110000 | 11010 |
Color Harmonies of #224462
Complementary color
Monochromatic Colors of #224462
Black with #224462
Text Example
Text Example
White with #224462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224462; }
p { color: rgb(34,68,98); }
H1.HeaderClassName
{
color: #224462;
}
.AnyTagClassName
{
color: #224462;
}
</style>
background-color css
<style>
a { background-color: #224462; }
a { background-color: rgb(34,68,98); }
div.DivClassName
{
background-color: #224462;
}
.BgClassName
{
background-color: #224462;
}
</style>
border-color css
<style>
span { border-color: #224462; }
span { border-color: rgb(34,68,98); }
td.TdClassName
{
border-color: #224462;
}
.TagClassName
{
border-color: #224462;
}
</style>