Shades of Royal Blue #2764EC
Tints of Royal Blue #2764EC
RGB
CMYK
RGB Variations
Color information
#2764EC (or 0x2764EC) is known color: Royal Blue. HEX triplet: 27, 64 and EC. RGB value is (39,100,236). Sum of RGB (Red+Green+Blue) = 39+100+236=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #2764EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764EC is #D89B13. Grayscale: #606060. Windows color (decimal): -14195476 or 15492135. OLE color: 15492135.
HSL color Cylindrical-coordinate representation of color #2764EC: hue angle of 221.42º 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 #2764EC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 100 | 236 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.07 |
| HSL | 221.42º | 0.84% | 0.54% | - |
| HSV(B) | 221.42º | 0.83% | 0.93% | - |
| XYZ | 20.53 | 15.6 | 81.29 | - |
| YUV | 97.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 236 | 0.83 | 0.58 | 0 | 0.07 | 221.42 | 0.84 | 0.54 |
| Hex | 27 | 64 | EC | 53 | 3A | 0 | 7 | DD | 54 | 36 |
| Octal | 47 | 144 | 354 | 123 | 72 | 0 | 7 | 335 | 124 | 66 |
| Binary | 100111 | 1100100 | 11101100 | 1010011 | 111010 | 0 | 111 | 11011101 | 1010100 | 110110 |
Color Harmonies of #2764EC
Complementary color
Monochromatic Colors of #2764EC
Black with #2764EC
Text Example
Text Example
White with #2764EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764EC; }
p { color: rgb(39,100,236); }
H1.HeaderClassName
{
color: #2764EC;
}
.AnyTagClassName
{
color: #2764EC;
}
</style>
background-color css
<style>
a { background-color: #2764EC; }
a { background-color: rgb(39,100,236); }
div.DivClassName
{
background-color: #2764EC;
}
.BgClassName
{
background-color: #2764EC;
}
</style>
border-color css
<style>
span { border-color: #2764EC; }
span { border-color: rgb(39,100,236); }
td.TdClassName
{
border-color: #2764EC;
}
.TagClassName
{
border-color: #2764EC;
}
</style>