Shades of Royal Blue #3760EE
Tints of Royal Blue #3760EE
RGB
CMYK
RGB Variations
Color information
#3760EE (or 0x3760EE) is known color: Royal Blue. HEX triplet: 37, 60 and EE. RGB value is (55,96,238). Sum of RGB (Red+Green+Blue) = 55+96+238=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #3760EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3760EE is #C89F11. Grayscale: #636363. Windows color (decimal): -13147922 or 15622199. OLE color: 15622199.
HSL color Cylindrical-coordinate representation of color #3760EE: hue angle of 226.56º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3760EE is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 96 | 238 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.07 |
| HSL | 226.56º | 0.84% | 0.57% | - |
| HSV(B) | 226.56º | 0.77% | 0.93% | - |
| XYZ | 21.19 | 15.35 | 82.74 | - |
| YUV | 99.93 | 205.92 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 238 | 0.77 | 0.60 | 0 | 0.07 | 226.56 | 0.84 | 0.57 |
| Hex | 37 | 60 | EE | 4D | 3C | 0 | 7 | E3 | 54 | 39 |
| Octal | 67 | 140 | 356 | 115 | 74 | 0 | 7 | 343 | 124 | 71 |
| Binary | 110111 | 1100000 | 11101110 | 1001101 | 111100 | 0 | 111 | 11100011 | 1010100 | 111001 |
Color Harmonies of #3760EE
Complementary color
Monochromatic Colors of #3760EE
Black with #3760EE
Text Example
Text Example
White with #3760EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3760EE; }
p { color: rgb(55,96,238); }
H1.HeaderClassName
{
color: #3760EE;
}
.AnyTagClassName
{
color: #3760EE;
}
</style>
background-color css
<style>
a { background-color: #3760EE; }
a { background-color: rgb(55,96,238); }
div.DivClassName
{
background-color: #3760EE;
}
.BgClassName
{
background-color: #3760EE;
}
</style>
border-color css
<style>
span { border-color: #3760EE; }
span { border-color: rgb(55,96,238); }
td.TdClassName
{
border-color: #3760EE;
}
.TagClassName
{
border-color: #3760EE;
}
</style>