Shades of Royal Blue #377CEC
Tints of Royal Blue #377CEC
RGB
CMYK
RGB Variations
Color information
#377CEC (or 0x377CEC) is known color: Royal Blue. HEX triplet: 37, 7C and EC. RGB value is (55,124,236). Sum of RGB (Red+Green+Blue) = 55+124+236=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #377CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CEC is #C88313. Grayscale: #737373. Windows color (decimal): -13140756 or 15498295. OLE color: 15498295.
HSL color Cylindrical-coordinate representation of color #377CEC: hue angle of 217.13º degrees, saturation: 0.83, 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 #377CEC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 124 | 236 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.07 |
| HSL | 217.13º | 0.83% | 0.57% | - |
| HSV(B) | 217.13º | 0.77% | 0.93% | - |
| XYZ | 23.92 | 21.28 | 82.2 | - |
| YUV | 116.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 236 | 0.77 | 0.47 | 0 | 0.07 | 217.13 | 0.83 | 0.57 |
| Hex | 37 | 7C | EC | 4D | 2F | 0 | 7 | D9 | 53 | 39 |
| Octal | 67 | 174 | 354 | 115 | 57 | 0 | 7 | 331 | 123 | 71 |
| Binary | 110111 | 1111100 | 11101100 | 1001101 | 101111 | 0 | 111 | 11011001 | 1010011 | 111001 |
Color Harmonies of #377CEC
Complementary color
Monochromatic Colors of #377CEC
Black with #377CEC
Text Example
Text Example
White with #377CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CEC; }
p { color: rgb(55,124,236); }
H1.HeaderClassName
{
color: #377CEC;
}
.AnyTagClassName
{
color: #377CEC;
}
</style>
background-color css
<style>
a { background-color: #377CEC; }
a { background-color: rgb(55,124,236); }
div.DivClassName
{
background-color: #377CEC;
}
.BgClassName
{
background-color: #377CEC;
}
</style>
border-color css
<style>
span { border-color: #377CEC; }
span { border-color: rgb(55,124,236); }
td.TdClassName
{
border-color: #377CEC;
}
.TagClassName
{
border-color: #377CEC;
}
</style>