Shades of Royal Blue #376BE8
Tints of Royal Blue #376BE8
RGB
CMYK
RGB Variations
Color information
#376BE8 (or 0x376BE8) is known color: Royal Blue. HEX triplet: 37, 6B and E8. RGB value is (55,107,232). Sum of RGB (Red+Green+Blue) = 55+107+232=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #376BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BE8 is #C89417. Grayscale: #696969. Windows color (decimal): -13145112 or 15231799. OLE color: 15231799.
HSL color Cylindrical-coordinate representation of color #376BE8: hue angle of 222.37º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376BE8 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 107 | 232 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.09 |
| HSL | 222.37º | 0.79% | 0.56% | - |
| HSV(B) | 222.37º | 0.76% | 0.91% | - |
| XYZ | 21.4 | 17.15 | 78.53 | - |
| YUV | 105.7 | 199.27 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 232 | 0.76 | 0.54 | 0 | 0.09 | 222.37 | 0.79 | 0.56 |
| Hex | 37 | 6B | E8 | 4C | 36 | 0 | 9 | DE | 4F | 38 |
| Octal | 67 | 153 | 350 | 114 | 66 | 0 | 11 | 336 | 117 | 70 |
| Binary | 110111 | 1101011 | 11101000 | 1001100 | 110110 | 0 | 1001 | 11011110 | 1001111 | 111000 |
Color Harmonies of #376BE8
Complementary color
Monochromatic Colors of #376BE8
Black with #376BE8
Text Example
Text Example
White with #376BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BE8; }
p { color: rgb(55,107,232); }
H1.HeaderClassName
{
color: #376BE8;
}
.AnyTagClassName
{
color: #376BE8;
}
</style>
background-color css
<style>
a { background-color: #376BE8; }
a { background-color: rgb(55,107,232); }
div.DivClassName
{
background-color: #376BE8;
}
.BgClassName
{
background-color: #376BE8;
}
</style>
border-color css
<style>
span { border-color: #376BE8; }
span { border-color: rgb(55,107,232); }
td.TdClassName
{
border-color: #376BE8;
}
.TagClassName
{
border-color: #376BE8;
}
</style>