Shades of Royal Blue #377EEF
Tints of Royal Blue #377EEF
RGB
CMYK
RGB Variations
Color information
#377EEF (or 0x377EEF) is known color: Royal Blue. HEX triplet: 37, 7E and EF. RGB value is (55,126,239). Sum of RGB (Red+Green+Blue) = 55+126+239=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #377EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377EEF is #C88110. Grayscale: #757575. Windows color (decimal): -13140241 or 15695415. OLE color: 15695415.
HSL color Cylindrical-coordinate representation of color #377EEF: hue angle of 216.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377EEF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 126 | 239 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.06 |
| HSL | 216.85º | 0.85% | 0.58% | - |
| HSV(B) | 216.85º | 0.77% | 0.94% | - |
| XYZ | 24.62 | 21.97 | 84.6 | - |
| YUV | 117.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 239 | 0.77 | 0.47 | 0 | 0.06 | 216.85 | 0.85 | 0.58 |
| Hex | 37 | 7E | EF | 4D | 2F | 0 | 6 | D9 | 55 | 3A |
| Octal | 67 | 176 | 357 | 115 | 57 | 0 | 6 | 331 | 125 | 72 |
| Binary | 110111 | 1111110 | 11101111 | 1001101 | 101111 | 0 | 110 | 11011001 | 1010101 | 111010 |
Color Harmonies of #377EEF
Complementary color
Monochromatic Colors of #377EEF
Black with #377EEF
Text Example
Text Example
White with #377EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EEF; }
p { color: rgb(55,126,239); }
H1.HeaderClassName
{
color: #377EEF;
}
.AnyTagClassName
{
color: #377EEF;
}
</style>
background-color css
<style>
a { background-color: #377EEF; }
a { background-color: rgb(55,126,239); }
div.DivClassName
{
background-color: #377EEF;
}
.BgClassName
{
background-color: #377EEF;
}
</style>
border-color css
<style>
span { border-color: #377EEF; }
span { border-color: rgb(55,126,239); }
td.TdClassName
{
border-color: #377EEF;
}
.TagClassName
{
border-color: #377EEF;
}
</style>