Shades of Regal Blue #224263
Tints of Regal Blue #224263
RGB
CMYK
RGB Variations
Color information
#224263 (or 0x224263) is known color: Regal Blue. HEX triplet: 22, 42 and 63. RGB value is (34,66,99). Sum of RGB (Red+Green+Blue) = 34+66+99=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #224263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224263 is #DDBD9C. Grayscale: #3C3C3C. Windows color (decimal): -14531997 or 6504994. OLE color: 6504994.
HSL color Cylindrical-coordinate representation of color #224263: hue angle of 210.46º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224263 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 66 | 99 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.61 |
| HSL | 210.46º | 0.49% | 0.26% | - |
| HSV(B) | 210.46º | 0.66% | 0.39% | - |
| XYZ | 4.86 | 5.14 | 12.54 | - |
| YUV | 60.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 99 | 0.66 | 0.33 | 0 | 0.61 | 210.46 | 0.49 | 0.26 |
| Hex | 22 | 42 | 63 | 42 | 21 | 0 | 3D | D2 | 31 | 1A |
| Octal | 42 | 102 | 143 | 102 | 41 | 0 | 75 | 322 | 61 | 32 |
| Binary | 100010 | 1000010 | 1100011 | 1000010 | 100001 | 0 | 111101 | 11010010 | 110001 | 11010 |
Color Harmonies of #224263
Complementary color
Monochromatic Colors of #224263
Black with #224263
Text Example
Text Example
White with #224263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224263; }
p { color: rgb(34,66,99); }
H1.HeaderClassName
{
color: #224263;
}
.AnyTagClassName
{
color: #224263;
}
</style>
background-color css
<style>
a { background-color: #224263; }
a { background-color: rgb(34,66,99); }
div.DivClassName
{
background-color: #224263;
}
.BgClassName
{
background-color: #224263;
}
</style>
border-color css
<style>
span { border-color: #224263; }
span { border-color: rgb(34,66,99); }
td.TdClassName
{
border-color: #224263;
}
.TagClassName
{
border-color: #224263;
}
</style>