Shades of Royal Blue #377FE5
Tints of Royal Blue #377FE5
RGB
CMYK
RGB Variations
Color information
#377FE5 (or 0x377FE5) is known color: Royal Blue. HEX triplet: 37, 7F and E5. RGB value is (55,127,229). Sum of RGB (Red+Green+Blue) = 55+127+229=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #377FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FE5 is #C8801A. Grayscale: #747474. Windows color (decimal): -13139995 or 15040311. OLE color: 15040311.
HSL color Cylindrical-coordinate representation of color #377FE5: hue angle of 215.17º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377FE5 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 127 | 229 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.10 |
| HSL | 215.17º | 0.77% | 0.56% | - |
| HSV(B) | 215.17º | 0.76% | 0.9% | - |
| XYZ | 23.31 | 21.65 | 77.08 | - |
| YUV | 117.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 229 | 0.76 | 0.45 | 0 | 0.10 | 215.17 | 0.77 | 0.56 |
| Hex | 37 | 7F | E5 | 4C | 2D | 0 | A | D7 | 4D | 38 |
| Octal | 67 | 177 | 345 | 114 | 55 | 0 | 12 | 327 | 115 | 70 |
| Binary | 110111 | 1111111 | 11100101 | 1001100 | 101101 | 0 | 1010 | 11010111 | 1001101 | 111000 |
Color Harmonies of #377FE5
Complementary color
Monochromatic Colors of #377FE5
Black with #377FE5
Text Example
Text Example
White with #377FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FE5; }
p { color: rgb(55,127,229); }
H1.HeaderClassName
{
color: #377FE5;
}
.AnyTagClassName
{
color: #377FE5;
}
</style>
background-color css
<style>
a { background-color: #377FE5; }
a { background-color: rgb(55,127,229); }
div.DivClassName
{
background-color: #377FE5;
}
.BgClassName
{
background-color: #377FE5;
}
</style>
border-color css
<style>
span { border-color: #377FE5; }
span { border-color: rgb(55,127,229); }
td.TdClassName
{
border-color: #377FE5;
}
.TagClassName
{
border-color: #377FE5;
}
</style>