Shades of Royal Blue #2766EC
Tints of Royal Blue #2766EC
RGB
CMYK
RGB Variations
Color information
#2766EC (or 0x2766EC) is known color: Royal Blue. HEX triplet: 27, 66 and EC. RGB value is (39,102,236). Sum of RGB (Red+Green+Blue) = 39+102+236=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #2766EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2766EC is #D89913. Grayscale: #616161. Windows color (decimal): -14194964 or 15492647. OLE color: 15492647.
HSL color Cylindrical-coordinate representation of color #2766EC: hue angle of 220.81º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2766EC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 102 | 236 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.07 |
| HSL | 220.81º | 0.84% | 0.54% | - |
| HSV(B) | 220.81º | 0.83% | 0.93% | - |
| XYZ | 20.73 | 15.99 | 81.35 | - |
| YUV | 98.44 | 205.63 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 236 | 0.83 | 0.57 | 0 | 0.07 | 220.81 | 0.84 | 0.54 |
| Hex | 27 | 66 | EC | 53 | 39 | 0 | 7 | DD | 54 | 36 |
| Octal | 47 | 146 | 354 | 123 | 71 | 0 | 7 | 335 | 124 | 66 |
| Binary | 100111 | 1100110 | 11101100 | 1010011 | 111001 | 0 | 111 | 11011101 | 1010100 | 110110 |
Color Harmonies of #2766EC
Complementary color
Monochromatic Colors of #2766EC
Black with #2766EC
Text Example
Text Example
White with #2766EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2766EC; }
p { color: rgb(39,102,236); }
H1.HeaderClassName
{
color: #2766EC;
}
.AnyTagClassName
{
color: #2766EC;
}
</style>
background-color css
<style>
a { background-color: #2766EC; }
a { background-color: rgb(39,102,236); }
div.DivClassName
{
background-color: #2766EC;
}
.BgClassName
{
background-color: #2766EC;
}
</style>
border-color css
<style>
span { border-color: #2766EC; }
span { border-color: rgb(39,102,236); }
td.TdClassName
{
border-color: #2766EC;
}
.TagClassName
{
border-color: #2766EC;
}
</style>