Shades of Royal Blue #376EFC
Tints of Royal Blue #376EFC
RGB
CMYK
RGB Variations
Color information
#376EFC (or 0x376EFC) is known color: Royal Blue. HEX triplet: 37, 6E and FC. RGB value is (55,110,252). Sum of RGB (Red+Green+Blue) = 55+110+252=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #376EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376EFC is #C89103. Grayscale: #6D6D6D. Windows color (decimal): -13144324 or 16543287. OLE color: 16543287.
HSL color Cylindrical-coordinate representation of color #376EFC: hue angle of 223.25º 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 #376EFC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 110 | 252 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.01 |
| HSL | 223.25º | 0.97% | 0.6% | - |
| HSV(B) | 223.25º | 0.78% | 0.99% | - |
| XYZ | 24.72 | 18.99 | 94.46 | - |
| YUV | 109.74 | 208.28 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 252 | 0.78 | 0.56 | 0 | 0.01 | 223.25 | 0.97 | 0.6 |
| Hex | 37 | 6E | FC | 4E | 38 | 0 | 1 | DF | 61 | 3C |
| Octal | 67 | 156 | 374 | 116 | 70 | 0 | 1 | 337 | 141 | 74 |
| Binary | 110111 | 1101110 | 11111100 | 1001110 | 111000 | 0 | 1 | 11011111 | 1100001 | 111100 |
Color Harmonies of #376EFC
Complementary color
Monochromatic Colors of #376EFC
Black with #376EFC
Text Example
Text Example
White with #376EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376EFC; }
p { color: rgb(55,110,252); }
H1.HeaderClassName
{
color: #376EFC;
}
.AnyTagClassName
{
color: #376EFC;
}
</style>
background-color css
<style>
a { background-color: #376EFC; }
a { background-color: rgb(55,110,252); }
div.DivClassName
{
background-color: #376EFC;
}
.BgClassName
{
background-color: #376EFC;
}
</style>
border-color css
<style>
span { border-color: #376EFC; }
span { border-color: rgb(55,110,252); }
td.TdClassName
{
border-color: #376EFC;
}
.TagClassName
{
border-color: #376EFC;
}
</style>