Shades of Royal Blue #377EDF
Tints of Royal Blue #377EDF
RGB
CMYK
RGB Variations
Color information
#377EDF (or 0x377EDF) is known color: Royal Blue. HEX triplet: 37, 7E and DF. RGB value is (55,126,223). Sum of RGB (Red+Green+Blue) = 55+126+223=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #377EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EDF is #C88120. Grayscale: #737373. Windows color (decimal): -13140257 or 14646839. OLE color: 14646839.
HSL color Cylindrical-coordinate representation of color #377EDF: hue angle of 214.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377EDF is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 126 | 223 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.13 |
| HSL | 214.64º | 0.72% | 0.55% | - |
| HSV(B) | 214.64º | 0.75% | 0.87% | - |
| XYZ | 22.36 | 21.06 | 72.7 | - |
| YUV | 115.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 223 | 0.75 | 0.43 | 0 | 0.13 | 214.64 | 0.72 | 0.55 |
| Hex | 37 | 7E | DF | 4B | 2B | 0 | D | D7 | 48 | 37 |
| Octal | 67 | 176 | 337 | 113 | 53 | 0 | 15 | 327 | 110 | 67 |
| Binary | 110111 | 1111110 | 11011111 | 1001011 | 101011 | 0 | 1101 | 11010111 | 1001000 | 110111 |
Color Harmonies of #377EDF
Complementary color
Monochromatic Colors of #377EDF
Black with #377EDF
Text Example
Text Example
White with #377EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EDF; }
p { color: rgb(55,126,223); }
H1.HeaderClassName
{
color: #377EDF;
}
.AnyTagClassName
{
color: #377EDF;
}
</style>
background-color css
<style>
a { background-color: #377EDF; }
a { background-color: rgb(55,126,223); }
div.DivClassName
{
background-color: #377EDF;
}
.BgClassName
{
background-color: #377EDF;
}
</style>
border-color css
<style>
span { border-color: #377EDF; }
span { border-color: rgb(55,126,223); }
td.TdClassName
{
border-color: #377EDF;
}
.TagClassName
{
border-color: #377EDF;
}
</style>