Shades of Royal Blue #3770EE
Tints of Royal Blue #3770EE
RGB
CMYK
RGB Variations
Color information
#3770EE (or 0x3770EE) is known color: Royal Blue. HEX triplet: 37, 70 and EE. RGB value is (55,112,238). Sum of RGB (Red+Green+Blue) = 55+112+238=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #3770EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3770EE is #C88F11. Grayscale: #6C6C6C. Windows color (decimal): -13143826 or 15626295. OLE color: 15626295.
HSL color Cylindrical-coordinate representation of color #3770EE: hue angle of 221.31º 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 #3770EE is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 112 | 238 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.07 |
| HSL | 221.31º | 0.84% | 0.57% | - |
| HSV(B) | 221.31º | 0.77% | 0.93% | - |
| XYZ | 22.8 | 18.57 | 83.27 | - |
| YUV | 109.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 238 | 0.77 | 0.53 | 0 | 0.07 | 221.31 | 0.84 | 0.57 |
| Hex | 37 | 70 | EE | 4D | 35 | 0 | 7 | DD | 54 | 39 |
| Octal | 67 | 160 | 356 | 115 | 65 | 0 | 7 | 335 | 124 | 71 |
| Binary | 110111 | 1110000 | 11101110 | 1001101 | 110101 | 0 | 111 | 11011101 | 1010100 | 111001 |
Color Harmonies of #3770EE
Complementary color
Monochromatic Colors of #3770EE
Black with #3770EE
Text Example
Text Example
White with #3770EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770EE; }
p { color: rgb(55,112,238); }
H1.HeaderClassName
{
color: #3770EE;
}
.AnyTagClassName
{
color: #3770EE;
}
</style>
background-color css
<style>
a { background-color: #3770EE; }
a { background-color: rgb(55,112,238); }
div.DivClassName
{
background-color: #3770EE;
}
.BgClassName
{
background-color: #3770EE;
}
</style>
border-color css
<style>
span { border-color: #3770EE; }
span { border-color: rgb(55,112,238); }
td.TdClassName
{
border-color: #3770EE;
}
.TagClassName
{
border-color: #3770EE;
}
</style>