Shades of Regal Blue #224465
Tints of Regal Blue #224465
RGB
CMYK
RGB Variations
Color information
#224465 (or 0x224465) is known color: Regal Blue. HEX triplet: 22, 44 and 65. RGB value is (34,68,101). Sum of RGB (Red+Green+Blue) = 34+68+101=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #224465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224465 is #DDBB9A. Grayscale: #3D3D3D. Windows color (decimal): -14531483 or 6636578. OLE color: 6636578.
HSL color Cylindrical-coordinate representation of color #224465: hue angle of 209.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224465 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 68 | 101 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.60 |
| HSL | 209.55º | 0.5% | 0.26% | - |
| HSV(B) | 209.55º | 0.66% | 0.4% | - |
| XYZ | 5.08 | 5.41 | 13.09 | - |
| YUV | 61.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 101 | 0.66 | 0.33 | 0 | 0.60 | 209.55 | 0.5 | 0.26 |
| Hex | 22 | 44 | 65 | 42 | 21 | 0 | 3C | D2 | 32 | 1A |
| Octal | 42 | 104 | 145 | 102 | 41 | 0 | 74 | 322 | 62 | 32 |
| Binary | 100010 | 1000100 | 1100101 | 1000010 | 100001 | 0 | 111100 | 11010010 | 110010 | 11010 |
Color Harmonies of #224465
Complementary color
Monochromatic Colors of #224465
Black with #224465
Text Example
Text Example
White with #224465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224465; }
p { color: rgb(34,68,101); }
H1.HeaderClassName
{
color: #224465;
}
.AnyTagClassName
{
color: #224465;
}
</style>
background-color css
<style>
a { background-color: #224465; }
a { background-color: rgb(34,68,101); }
div.DivClassName
{
background-color: #224465;
}
.BgClassName
{
background-color: #224465;
}
</style>
border-color css
<style>
span { border-color: #224465; }
span { border-color: rgb(34,68,101); }
td.TdClassName
{
border-color: #224465;
}
.TagClassName
{
border-color: #224465;
}
</style>