Shades of Royal Blue #2772E5
Tints of Royal Blue #2772E5
RGB
CMYK
RGB Variations
Color information
#2772E5 (or 0x2772E5) is known color: Royal Blue. HEX triplet: 27, 72 and E5. RGB value is (39,114,229). Sum of RGB (Red+Green+Blue) = 39+114+229=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #2772E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2772E5 is #D88D1A. Grayscale: #686868. Windows color (decimal): -14191899 or 15036967. OLE color: 15036967.
HSL color Cylindrical-coordinate representation of color #2772E5: hue angle of 216.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2772E5 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 114 | 229 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.10 |
| HSL | 216.32º | 0.79% | 0.53% | - |
| HSV(B) | 216.32º | 0.83% | 0.9% | - |
| XYZ | 21 | 18.12 | 76.52 | - |
| YUV | 104.69 | 198.15 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 229 | 0.83 | 0.50 | 0 | 0.10 | 216.32 | 0.79 | 0.53 |
| Hex | 27 | 72 | E5 | 53 | 32 | 0 | A | D8 | 4F | 35 |
| Octal | 47 | 162 | 345 | 123 | 62 | 0 | 12 | 330 | 117 | 65 |
| Binary | 100111 | 1110010 | 11100101 | 1010011 | 110010 | 0 | 1010 | 11011000 | 1001111 | 110101 |
Color Harmonies of #2772E5
Complementary color
Monochromatic Colors of #2772E5
Black with #2772E5
Text Example
Text Example
White with #2772E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2772E5; }
p { color: rgb(39,114,229); }
H1.HeaderClassName
{
color: #2772E5;
}
.AnyTagClassName
{
color: #2772E5;
}
</style>
background-color css
<style>
a { background-color: #2772E5; }
a { background-color: rgb(39,114,229); }
div.DivClassName
{
background-color: #2772E5;
}
.BgClassName
{
background-color: #2772E5;
}
</style>
border-color css
<style>
span { border-color: #2772E5; }
span { border-color: rgb(39,114,229); }
td.TdClassName
{
border-color: #2772E5;
}
.TagClassName
{
border-color: #2772E5;
}
</style>