Shades of Royal Blue #2773EA
Tints of Royal Blue #2773EA
RGB
CMYK
RGB Variations
Color information
#2773EA (or 0x2773EA) is known color: Royal Blue. HEX triplet: 27, 73 and EA. RGB value is (39,115,234). Sum of RGB (Red+Green+Blue) = 39+115+234=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #2773EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2773EA is #D88C15. Grayscale: #696969. Windows color (decimal): -14191638 or 15364903. OLE color: 15364903.
HSL color Cylindrical-coordinate representation of color #2773EA: hue angle of 216.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2773EA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 115 | 234 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.08 |
| HSL | 216.62º | 0.82% | 0.54% | - |
| HSV(B) | 216.62º | 0.83% | 0.92% | - |
| XYZ | 21.82 | 18.63 | 80.29 | - |
| YUV | 105.84 | 200.32 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 234 | 0.83 | 0.51 | 0 | 0.08 | 216.62 | 0.82 | 0.54 |
| Hex | 27 | 73 | EA | 53 | 33 | 0 | 8 | D9 | 52 | 36 |
| Octal | 47 | 163 | 352 | 123 | 63 | 0 | 10 | 331 | 122 | 66 |
| Binary | 100111 | 1110011 | 11101010 | 1010011 | 110011 | 0 | 1000 | 11011001 | 1010010 | 110110 |
Color Harmonies of #2773EA
Complementary color
Monochromatic Colors of #2773EA
Black with #2773EA
Text Example
Text Example
White with #2773EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773EA; }
p { color: rgb(39,115,234); }
H1.HeaderClassName
{
color: #2773EA;
}
.AnyTagClassName
{
color: #2773EA;
}
</style>
background-color css
<style>
a { background-color: #2773EA; }
a { background-color: rgb(39,115,234); }
div.DivClassName
{
background-color: #2773EA;
}
.BgClassName
{
background-color: #2773EA;
}
</style>
border-color css
<style>
span { border-color: #2773EA; }
span { border-color: rgb(39,115,234); }
td.TdClassName
{
border-color: #2773EA;
}
.TagClassName
{
border-color: #2773EA;
}
</style>