Shades of Royal Blue #377ED8
Tints of Royal Blue #377ED8
RGB
CMYK
RGB Variations
Color information
#377ED8 (or 0x377ED8) is known color: Royal Blue. HEX triplet: 37, 7E and D8. RGB value is (55,126,216). Sum of RGB (Red+Green+Blue) = 55+126+216=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #377ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ED8 is #C88127. Grayscale: #727272. Windows color (decimal): -13140264 or 14188087. OLE color: 14188087.
HSL color Cylindrical-coordinate representation of color #377ED8: hue angle of 213.54º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377ED8 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 126 | 216 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.15 |
| HSL | 213.54º | 0.67% | 0.53% | - |
| HSV(B) | 213.54º | 0.75% | 0.85% | - |
| XYZ | 21.43 | 20.69 | 67.83 | - |
| YUV | 115.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 216 | 0.75 | 0.42 | 0 | 0.15 | 213.54 | 0.67 | 0.53 |
| Hex | 37 | 7E | D8 | 4B | 2A | 0 | F | D6 | 43 | 35 |
| Octal | 67 | 176 | 330 | 113 | 52 | 0 | 17 | 326 | 103 | 65 |
| Binary | 110111 | 1111110 | 11011000 | 1001011 | 101010 | 0 | 1111 | 11010110 | 1000011 | 110101 |
Color Harmonies of #377ED8
Complementary color
Monochromatic Colors of #377ED8
Black with #377ED8
Text Example
Text Example
White with #377ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ED8; }
p { color: rgb(55,126,216); }
H1.HeaderClassName
{
color: #377ED8;
}
.AnyTagClassName
{
color: #377ED8;
}
</style>
background-color css
<style>
a { background-color: #377ED8; }
a { background-color: rgb(55,126,216); }
div.DivClassName
{
background-color: #377ED8;
}
.BgClassName
{
background-color: #377ED8;
}
</style>
border-color css
<style>
span { border-color: #377ED8; }
span { border-color: rgb(55,126,216); }
td.TdClassName
{
border-color: #377ED8;
}
.TagClassName
{
border-color: #377ED8;
}
</style>