Shades of Royal Blue #376BFF
Tints of Royal Blue #376BFF
RGB
CMYK
RGB Variations
Color information
#376BFF (or 0x376BFF) is known color: Royal Blue. HEX triplet: 37, 6B and FF. RGB value is (55,107,255). Sum of RGB (Red+Green+Blue) = 55+107+255=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #376BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BFF is #C89400. Grayscale: #6B6B6B. Windows color (decimal): -13145089 or 16739127. OLE color: 16739127.
HSL color Cylindrical-coordinate representation of color #376BFF: hue angle of 224.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376BFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 107 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.4º | 1% | 0.61% | - |
| HSV(B) | 224.4º | 0.78% | 1% | - |
| XYZ | 24.88 | 18.55 | 96.88 | - |
| YUV | 108.32 | 210.77 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 255 | 0.78 | 0.58 | 0 | 0 | 224.4 | 1 | 0.61 |
| Hex | 37 | 6B | FF | 4E | 3A | 0 | 0 | E0 | 64 | 3D |
| Octal | 67 | 153 | 377 | 116 | 72 | 0 | 0 | 340 | 144 | 75 |
| Binary | 110111 | 1101011 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #376BFF
Complementary color
Monochromatic Colors of #376BFF
Black with #376BFF
Text Example
Text Example
White with #376BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BFF; }
p { color: rgb(55,107,255); }
H1.HeaderClassName
{
color: #376BFF;
}
.AnyTagClassName
{
color: #376BFF;
}
</style>
background-color css
<style>
a { background-color: #376BFF; }
a { background-color: rgb(55,107,255); }
div.DivClassName
{
background-color: #376BFF;
}
.BgClassName
{
background-color: #376BFF;
}
</style>
border-color css
<style>
span { border-color: #376BFF; }
span { border-color: rgb(55,107,255); }
td.TdClassName
{
border-color: #376BFF;
}
.TagClassName
{
border-color: #376BFF;
}
</style>