Shades of Royal Blue #2761EA
Tints of Royal Blue #2761EA
RGB
CMYK
RGB Variations
Color information
#2761EA (or 0x2761EA) is known color: Royal Blue. HEX triplet: 27, 61 and EA. RGB value is (39,97,234). Sum of RGB (Red+Green+Blue) = 39+97+234=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2761EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2761EA is #D89E15. Grayscale: #5E5E5E. Windows color (decimal): -14196246 or 15360295. OLE color: 15360295.
HSL color Cylindrical-coordinate representation of color #2761EA: hue angle of 222.15º 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 #2761EA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 97 | 234 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.08 |
| HSL | 222.15º | 0.82% | 0.54% | - |
| HSV(B) | 222.15º | 0.83% | 0.92% | - |
| XYZ | 19.96 | 14.92 | 79.67 | - |
| YUV | 95.28 | 206.28 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 234 | 0.83 | 0.59 | 0 | 0.08 | 222.15 | 0.82 | 0.54 |
| Hex | 27 | 61 | EA | 53 | 3B | 0 | 8 | DE | 52 | 36 |
| Octal | 47 | 141 | 352 | 123 | 73 | 0 | 10 | 336 | 122 | 66 |
| Binary | 100111 | 1100001 | 11101010 | 1010011 | 111011 | 0 | 1000 | 11011110 | 1010010 | 110110 |
Color Harmonies of #2761EA
Complementary color
Monochromatic Colors of #2761EA
Black with #2761EA
Text Example
Text Example
White with #2761EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761EA; }
p { color: rgb(39,97,234); }
H1.HeaderClassName
{
color: #2761EA;
}
.AnyTagClassName
{
color: #2761EA;
}
</style>
background-color css
<style>
a { background-color: #2761EA; }
a { background-color: rgb(39,97,234); }
div.DivClassName
{
background-color: #2761EA;
}
.BgClassName
{
background-color: #2761EA;
}
</style>
border-color css
<style>
span { border-color: #2761EA; }
span { border-color: rgb(39,97,234); }
td.TdClassName
{
border-color: #2761EA;
}
.TagClassName
{
border-color: #2761EA;
}
</style>