Shades of Royal Blue #377CEA
Tints of Royal Blue #377CEA
RGB
CMYK
RGB Variations
Color information
#377CEA (or 0x377CEA) is known color: Royal Blue. HEX triplet: 37, 7C and EA. RGB value is (55,124,234). Sum of RGB (Red+Green+Blue) = 55+124+234=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #377CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CEA is #C88315. Grayscale: #737373. Windows color (decimal): -13140758 or 15367223. OLE color: 15367223.
HSL color Cylindrical-coordinate representation of color #377CEA: hue angle of 216.87º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377CEA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 124 | 234 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.08 |
| HSL | 216.87º | 0.81% | 0.57% | - |
| HSV(B) | 216.87º | 0.76% | 0.92% | - |
| XYZ | 23.63 | 21.17 | 80.68 | - |
| YUV | 115.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 234 | 0.76 | 0.47 | 0 | 0.08 | 216.87 | 0.81 | 0.57 |
| Hex | 37 | 7C | EA | 4C | 2F | 0 | 8 | D9 | 51 | 39 |
| Octal | 67 | 174 | 352 | 114 | 57 | 0 | 10 | 331 | 121 | 71 |
| Binary | 110111 | 1111100 | 11101010 | 1001100 | 101111 | 0 | 1000 | 11011001 | 1010001 | 111001 |
Color Harmonies of #377CEA
Complementary color
Monochromatic Colors of #377CEA
Black with #377CEA
Text Example
Text Example
White with #377CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377CEA; }
p { color: rgb(55,124,234); }
H1.HeaderClassName
{
color: #377CEA;
}
.AnyTagClassName
{
color: #377CEA;
}
</style>
background-color css
<style>
a { background-color: #377CEA; }
a { background-color: rgb(55,124,234); }
div.DivClassName
{
background-color: #377CEA;
}
.BgClassName
{
background-color: #377CEA;
}
</style>
border-color css
<style>
span { border-color: #377CEA; }
span { border-color: rgb(55,124,234); }
td.TdClassName
{
border-color: #377CEA;
}
.TagClassName
{
border-color: #377CEA;
}
</style>