Shades of Regal Blue #224461
Tints of Regal Blue #224461
RGB
CMYK
RGB Variations
Color information
#224461 (or 0x224461) is known color: Regal Blue. HEX triplet: 22, 44 and 61. RGB value is (34,68,97). Sum of RGB (Red+Green+Blue) = 34+68+97=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #224461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224461 is #DDBB9E. Grayscale: #3C3C3C. Windows color (decimal): -14531487 or 6374434. OLE color: 6374434.
HSL color Cylindrical-coordinate representation of color #224461: hue angle of 207.62º 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 #224461 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 68 | 97 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.62 |
| HSL | 207.62º | 0.48% | 0.26% | - |
| HSV(B) | 207.62º | 0.65% | 0.38% | - |
| XYZ | 4.88 | 5.34 | 12.08 | - |
| YUV | 61.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 97 | 0.65 | 0.30 | 0 | 0.62 | 207.62 | 0.48 | 0.26 |
| Hex | 22 | 44 | 61 | 41 | 1E | 0 | 3E | D0 | 30 | 1A |
| Octal | 42 | 104 | 141 | 101 | 36 | 0 | 76 | 320 | 60 | 32 |
| Binary | 100010 | 1000100 | 1100001 | 1000001 | 11110 | 0 | 111110 | 11010000 | 110000 | 11010 |
Color Harmonies of #224461
Complementary color
Monochromatic Colors of #224461
Black with #224461
Text Example
Text Example
White with #224461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224461; }
p { color: rgb(34,68,97); }
H1.HeaderClassName
{
color: #224461;
}
.AnyTagClassName
{
color: #224461;
}
</style>
background-color css
<style>
a { background-color: #224461; }
a { background-color: rgb(34,68,97); }
div.DivClassName
{
background-color: #224461;
}
.BgClassName
{
background-color: #224461;
}
</style>
border-color css
<style>
span { border-color: #224461; }
span { border-color: rgb(34,68,97); }
td.TdClassName
{
border-color: #224461;
}
.TagClassName
{
border-color: #224461;
}
</style>