Shades of Regal Blue #22456A
Tints of Regal Blue #22456A
RGB
CMYK
RGB Variations
Color information
#22456A (or 0x22456A) is known color: Regal Blue. HEX triplet: 22, 45 and 6A. RGB value is (34,69,106). Sum of RGB (Red+Green+Blue) = 34+69+106=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #22456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22456A is #DDBA95. Grayscale: #3E3E3E. Windows color (decimal): -14531222 or 6964514. OLE color: 6964514.
HSL color Cylindrical-coordinate representation of color #22456A: hue angle of 210.83º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22456A is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 69 | 106 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.58 |
| HSL | 210.83º | 0.51% | 0.27% | - |
| HSV(B) | 210.83º | 0.68% | 0.42% | - |
| XYZ | 5.39 | 5.64 | 14.44 | - |
| YUV | 62.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 106 | 0.68 | 0.35 | 0 | 0.58 | 210.83 | 0.51 | 0.27 |
| Hex | 22 | 45 | 6A | 44 | 23 | 0 | 3A | D3 | 33 | 1B |
| Octal | 42 | 105 | 152 | 104 | 43 | 0 | 72 | 323 | 63 | 33 |
| Binary | 100010 | 1000101 | 1101010 | 1000100 | 100011 | 0 | 111010 | 11010011 | 110011 | 11011 |
Color Harmonies of #22456A
Complementary color
Monochromatic Colors of #22456A
Black with #22456A
Text Example
Text Example
White with #22456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22456A; }
p { color: rgb(34,69,106); }
H1.HeaderClassName
{
color: #22456A;
}
.AnyTagClassName
{
color: #22456A;
}
</style>
background-color css
<style>
a { background-color: #22456A; }
a { background-color: rgb(34,69,106); }
div.DivClassName
{
background-color: #22456A;
}
.BgClassName
{
background-color: #22456A;
}
</style>
border-color css
<style>
span { border-color: #22456A; }
span { border-color: rgb(34,69,106); }
td.TdClassName
{
border-color: #22456A;
}
.TagClassName
{
border-color: #22456A;
}
</style>