Shades of Royal Blue #226CE3
Tints of Royal Blue #226CE3
RGB
CMYK
RGB Variations
Color information
#226CE3 (or 0x226CE3) is known color: Royal Blue. HEX triplet: 22, 6C and E3. RGB value is (34,108,227). Sum of RGB (Red+Green+Blue) = 34+108+227=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #226CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CE3 is #DD931C. Grayscale: #626262. Windows color (decimal): -14521117 or 14904354. OLE color: 14904354.
HSL color Cylindrical-coordinate representation of color #226CE3: hue angle of 216.99º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226CE3 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 108 | 227 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.11 |
| HSL | 216.99º | 0.78% | 0.51% | - |
| HSV(B) | 216.99º | 0.85% | 0.89% | - |
| XYZ | 19.89 | 16.61 | 74.83 | - |
| YUV | 99.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 227 | 0.85 | 0.52 | 0 | 0.11 | 216.99 | 0.78 | 0.51 |
| Hex | 22 | 6C | E3 | 55 | 34 | 0 | B | D9 | 4E | 33 |
| Octal | 42 | 154 | 343 | 125 | 64 | 0 | 13 | 331 | 116 | 63 |
| Binary | 100010 | 1101100 | 11100011 | 1010101 | 110100 | 0 | 1011 | 11011001 | 1001110 | 110011 |
Color Harmonies of #226CE3
Complementary color
Monochromatic Colors of #226CE3
Black with #226CE3
Text Example
Text Example
White with #226CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CE3; }
p { color: rgb(34,108,227); }
H1.HeaderClassName
{
color: #226CE3;
}
.AnyTagClassName
{
color: #226CE3;
}
</style>
background-color css
<style>
a { background-color: #226CE3; }
a { background-color: rgb(34,108,227); }
div.DivClassName
{
background-color: #226CE3;
}
.BgClassName
{
background-color: #226CE3;
}
</style>
border-color css
<style>
span { border-color: #226CE3; }
span { border-color: rgb(34,108,227); }
td.TdClassName
{
border-color: #226CE3;
}
.TagClassName
{
border-color: #226CE3;
}
</style>