Shades of Royal Blue #377EE0
Tints of Royal Blue #377EE0
RGB
CMYK
RGB Variations
Color information
#377EE0 (or 0x377EE0) is known color: Royal Blue. HEX triplet: 37, 7E and E0. RGB value is (55,126,224). Sum of RGB (Red+Green+Blue) = 55+126+224=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #377EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EE0 is #C8811F. Grayscale: #737373. Windows color (decimal): -13140256 or 14712375. OLE color: 14712375.
HSL color Cylindrical-coordinate representation of color #377EE0: hue angle of 214.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377EE0 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 126 | 224 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.12 |
| HSL | 214.79º | 0.73% | 0.55% | - |
| HSV(B) | 214.79º | 0.75% | 0.88% | - |
| XYZ | 22.49 | 21.12 | 73.41 | - |
| YUV | 115.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 224 | 0.75 | 0.44 | 0 | 0.12 | 214.79 | 0.73 | 0.55 |
| Hex | 37 | 7E | E0 | 4B | 2C | 0 | C | D7 | 49 | 37 |
| Octal | 67 | 176 | 340 | 113 | 54 | 0 | 14 | 327 | 111 | 67 |
| Binary | 110111 | 1111110 | 11100000 | 1001011 | 101100 | 0 | 1100 | 11010111 | 1001001 | 110111 |
Color Harmonies of #377EE0
Complementary color
Monochromatic Colors of #377EE0
Black with #377EE0
Text Example
Text Example
White with #377EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EE0; }
p { color: rgb(55,126,224); }
H1.HeaderClassName
{
color: #377EE0;
}
.AnyTagClassName
{
color: #377EE0;
}
</style>
background-color css
<style>
a { background-color: #377EE0; }
a { background-color: rgb(55,126,224); }
div.DivClassName
{
background-color: #377EE0;
}
.BgClassName
{
background-color: #377EE0;
}
</style>
border-color css
<style>
span { border-color: #377EE0; }
span { border-color: rgb(55,126,224); }
td.TdClassName
{
border-color: #377EE0;
}
.TagClassName
{
border-color: #377EE0;
}
</style>