Shades of Royal Blue #376DFC
Tints of Royal Blue #376DFC
RGB
CMYK
RGB Variations
Color information
#376DFC (or 0x376DFC) is known color: Royal Blue. HEX triplet: 37, 6D and FC. RGB value is (55,109,252). Sum of RGB (Red+Green+Blue) = 55+109+252=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #376DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376DFC is #C89203. Grayscale: #6C6C6C. Windows color (decimal): -13144580 or 16543031. OLE color: 16543031.
HSL color Cylindrical-coordinate representation of color #376DFC: hue angle of 223.55º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376DFC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 109 | 252 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.01 |
| HSL | 223.55º | 0.97% | 0.6% | - |
| HSV(B) | 223.55º | 0.78% | 0.99% | - |
| XYZ | 24.61 | 18.78 | 94.42 | - |
| YUV | 109.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 252 | 0.78 | 0.57 | 0 | 0.01 | 223.55 | 0.97 | 0.6 |
| Hex | 37 | 6D | FC | 4E | 39 | 0 | 1 | E0 | 61 | 3C |
| Octal | 67 | 155 | 374 | 116 | 71 | 0 | 1 | 340 | 141 | 74 |
| Binary | 110111 | 1101101 | 11111100 | 1001110 | 111001 | 0 | 1 | 11100000 | 1100001 | 111100 |
Color Harmonies of #376DFC
Complementary color
Monochromatic Colors of #376DFC
Black with #376DFC
Text Example
Text Example
White with #376DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DFC; }
p { color: rgb(55,109,252); }
H1.HeaderClassName
{
color: #376DFC;
}
.AnyTagClassName
{
color: #376DFC;
}
</style>
background-color css
<style>
a { background-color: #376DFC; }
a { background-color: rgb(55,109,252); }
div.DivClassName
{
background-color: #376DFC;
}
.BgClassName
{
background-color: #376DFC;
}
</style>
border-color css
<style>
span { border-color: #376DFC; }
span { border-color: rgb(55,109,252); }
td.TdClassName
{
border-color: #376DFC;
}
.TagClassName
{
border-color: #376DFC;
}
</style>