Shades of Royal Blue #376BE5
Tints of Royal Blue #376BE5
RGB
CMYK
RGB Variations
Color information
#376BE5 (or 0x376BE5) is known color: Royal Blue. HEX triplet: 37, 6B and E5. RGB value is (55,107,229). Sum of RGB (Red+Green+Blue) = 55+107+229=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #376BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BE5 is #C8941A. Grayscale: #686868. Windows color (decimal): -13145115 or 15035191. OLE color: 15035191.
HSL color Cylindrical-coordinate representation of color #376BE5: hue angle of 222.07º 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 #376BE5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 107 | 229 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.10 |
| HSL | 222.07º | 0.77% | 0.56% | - |
| HSV(B) | 222.07º | 0.76% | 0.9% | - |
| XYZ | 20.98 | 16.98 | 76.3 | - |
| YUV | 105.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 229 | 0.76 | 0.53 | 0 | 0.10 | 222.07 | 0.77 | 0.56 |
| Hex | 37 | 6B | E5 | 4C | 35 | 0 | A | DE | 4D | 38 |
| Octal | 67 | 153 | 345 | 114 | 65 | 0 | 12 | 336 | 115 | 70 |
| Binary | 110111 | 1101011 | 11100101 | 1001100 | 110101 | 0 | 1010 | 11011110 | 1001101 | 111000 |
Color Harmonies of #376BE5
Complementary color
Monochromatic Colors of #376BE5
Black with #376BE5
Text Example
Text Example
White with #376BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BE5; }
p { color: rgb(55,107,229); }
H1.HeaderClassName
{
color: #376BE5;
}
.AnyTagClassName
{
color: #376BE5;
}
</style>
background-color css
<style>
a { background-color: #376BE5; }
a { background-color: rgb(55,107,229); }
div.DivClassName
{
background-color: #376BE5;
}
.BgClassName
{
background-color: #376BE5;
}
</style>
border-color css
<style>
span { border-color: #376BE5; }
span { border-color: rgb(55,107,229); }
td.TdClassName
{
border-color: #376BE5;
}
.TagClassName
{
border-color: #376BE5;
}
</style>