Shades of Regal Blue #224569
Tints of Regal Blue #224569
RGB
CMYK
RGB Variations
Color information
#224569 (or 0x224569) is known color: Regal Blue. HEX triplet: 22, 45 and 69. RGB value is (34,69,105). Sum of RGB (Red+Green+Blue) = 34+69+105=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #224569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224569 is #DDBA96. Grayscale: #3E3E3E. Windows color (decimal): -14531223 or 6898978. OLE color: 6898978.
HSL color Cylindrical-coordinate representation of color #224569: hue angle of 210.42º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224569 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 69 | 105 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.59 |
| HSL | 210.42º | 0.51% | 0.27% | - |
| HSV(B) | 210.42º | 0.68% | 0.41% | - |
| XYZ | 5.34 | 5.62 | 14.17 | - |
| YUV | 62.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 105 | 0.68 | 0.34 | 0 | 0.59 | 210.42 | 0.51 | 0.27 |
| Hex | 22 | 45 | 69 | 44 | 22 | 0 | 3B | D2 | 33 | 1B |
| Octal | 42 | 105 | 151 | 104 | 42 | 0 | 73 | 322 | 63 | 33 |
| Binary | 100010 | 1000101 | 1101001 | 1000100 | 100010 | 0 | 111011 | 11010010 | 110011 | 11011 |
Color Harmonies of #224569
Complementary color
Monochromatic Colors of #224569
Black with #224569
Text Example
Text Example
White with #224569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224569; }
p { color: rgb(34,69,105); }
H1.HeaderClassName
{
color: #224569;
}
.AnyTagClassName
{
color: #224569;
}
</style>
background-color css
<style>
a { background-color: #224569; }
a { background-color: rgb(34,69,105); }
div.DivClassName
{
background-color: #224569;
}
.BgClassName
{
background-color: #224569;
}
</style>
border-color css
<style>
span { border-color: #224569; }
span { border-color: rgb(34,69,105); }
td.TdClassName
{
border-color: #224569;
}
.TagClassName
{
border-color: #224569;
}
</style>