Shades of Regal Blue #224262
Tints of Regal Blue #224262
RGB
CMYK
RGB Variations
Color information
#224262 (or 0x224262) is known color: Regal Blue. HEX triplet: 22, 42 and 62. RGB value is (34,66,98). Sum of RGB (Red+Green+Blue) = 34+66+98=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #224262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224262 is #DDBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14531998 or 6439458. OLE color: 6439458.
HSL color Cylindrical-coordinate representation of color #224262: hue angle of 210º 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 #224262 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 66 | 98 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.62 |
| HSL | 210º | 0.48% | 0.26% | - |
| HSV(B) | 210º | 0.65% | 0.38% | - |
| XYZ | 4.81 | 5.12 | 12.29 | - |
| YUV | 60.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 98 | 0.65 | 0.33 | 0 | 0.62 | 210 | 0.48 | 0.26 |
| Hex | 22 | 42 | 62 | 41 | 21 | 0 | 3E | D2 | 30 | 1A |
| Octal | 42 | 102 | 142 | 101 | 41 | 0 | 76 | 322 | 60 | 32 |
| Binary | 100010 | 1000010 | 1100010 | 1000001 | 100001 | 0 | 111110 | 11010010 | 110000 | 11010 |
Color Harmonies of #224262
Complementary color
Monochromatic Colors of #224262
Black with #224262
Text Example
Text Example
White with #224262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224262; }
p { color: rgb(34,66,98); }
H1.HeaderClassName
{
color: #224262;
}
.AnyTagClassName
{
color: #224262;
}
</style>
background-color css
<style>
a { background-color: #224262; }
a { background-color: rgb(34,66,98); }
div.DivClassName
{
background-color: #224262;
}
.BgClassName
{
background-color: #224262;
}
</style>
border-color css
<style>
span { border-color: #224262; }
span { border-color: rgb(34,66,98); }
td.TdClassName
{
border-color: #224262;
}
.TagClassName
{
border-color: #224262;
}
</style>