Shades of Royal Blue #376BFA
Tints of Royal Blue #376BFA
RGB
CMYK
RGB Variations
Color information
#376BFA (or 0x376BFA) is known color: Royal Blue. HEX triplet: 37, 6B and FA. RGB value is (55,107,250). Sum of RGB (Red+Green+Blue) = 55+107+250=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #376BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BFA is #C89405. Grayscale: #6B6B6B. Windows color (decimal): -13145094 or 16411447. OLE color: 16411447.
HSL color Cylindrical-coordinate representation of color #376BFA: hue angle of 224º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376BFA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 107 | 250 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.02 |
| HSL | 224º | 0.95% | 0.6% | - |
| HSV(B) | 224º | 0.78% | 0.98% | - |
| XYZ | 24.09 | 18.23 | 92.69 | - |
| YUV | 107.75 | 208.27 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 250 | 0.78 | 0.57 | 0 | 0.02 | 224 | 0.95 | 0.6 |
| Hex | 37 | 6B | FA | 4E | 39 | 0 | 2 | E0 | 5F | 3C |
| Octal | 67 | 153 | 372 | 116 | 71 | 0 | 2 | 340 | 137 | 74 |
| Binary | 110111 | 1101011 | 11111010 | 1001110 | 111001 | 0 | 10 | 11100000 | 1011111 | 111100 |
Color Harmonies of #376BFA
Complementary color
Monochromatic Colors of #376BFA
Black with #376BFA
Text Example
Text Example
White with #376BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BFA; }
p { color: rgb(55,107,250); }
H1.HeaderClassName
{
color: #376BFA;
}
.AnyTagClassName
{
color: #376BFA;
}
</style>
background-color css
<style>
a { background-color: #376BFA; }
a { background-color: rgb(55,107,250); }
div.DivClassName
{
background-color: #376BFA;
}
.BgClassName
{
background-color: #376BFA;
}
</style>
border-color css
<style>
span { border-color: #376BFA; }
span { border-color: rgb(55,107,250); }
td.TdClassName
{
border-color: #376BFA;
}
.TagClassName
{
border-color: #376BFA;
}
</style>