Shades of Royal Blue #376FE7
Tints of Royal Blue #376FE7
RGB
CMYK
RGB Variations
Color information
#376FE7 (or 0x376FE7) is known color: Royal Blue. HEX triplet: 37, 6F and E7. RGB value is (55,111,231). Sum of RGB (Red+Green+Blue) = 55+111+231=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #376FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376FE7 is #C89018. Grayscale: #6B6B6B. Windows color (decimal): -13144089 or 15167287. OLE color: 15167287.
HSL color Cylindrical-coordinate representation of color #376FE7: hue angle of 220.91º 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 #376FE7 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 111 | 231 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.09 |
| HSL | 220.91º | 0.79% | 0.56% | - |
| HSV(B) | 220.91º | 0.76% | 0.91% | - |
| XYZ | 21.68 | 17.95 | 77.92 | - |
| YUV | 107.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 231 | 0.76 | 0.52 | 0 | 0.09 | 220.91 | 0.79 | 0.56 |
| Hex | 37 | 6F | E7 | 4C | 34 | 0 | 9 | DD | 4F | 38 |
| Octal | 67 | 157 | 347 | 114 | 64 | 0 | 11 | 335 | 117 | 70 |
| Binary | 110111 | 1101111 | 11100111 | 1001100 | 110100 | 0 | 1001 | 11011101 | 1001111 | 111000 |
Color Harmonies of #376FE7
Complementary color
Monochromatic Colors of #376FE7
Black with #376FE7
Text Example
Text Example
White with #376FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FE7; }
p { color: rgb(55,111,231); }
H1.HeaderClassName
{
color: #376FE7;
}
.AnyTagClassName
{
color: #376FE7;
}
</style>
background-color css
<style>
a { background-color: #376FE7; }
a { background-color: rgb(55,111,231); }
div.DivClassName
{
background-color: #376FE7;
}
.BgClassName
{
background-color: #376FE7;
}
</style>
border-color css
<style>
span { border-color: #376FE7; }
span { border-color: rgb(55,111,231); }
td.TdClassName
{
border-color: #376FE7;
}
.TagClassName
{
border-color: #376FE7;
}
</style>