Shades of Royal Blue #376EFE
Tints of Royal Blue #376EFE
RGB
CMYK
RGB Variations
Color information
#376EFE (or 0x376EFE) is known color: Royal Blue. HEX triplet: 37, 6E and FE. RGB value is (55,110,254). Sum of RGB (Red+Green+Blue) = 55+110+254=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #376EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376EFE is #C89101. Grayscale: #6D6D6D. Windows color (decimal): -13144322 or 16674359. OLE color: 16674359.
HSL color Cylindrical-coordinate representation of color #376EFE: hue angle of 223.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376EFE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 110 | 254 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.00 |
| HSL | 223.42º | 0.99% | 0.61% | - |
| HSV(B) | 223.42º | 0.78% | 1% | - |
| XYZ | 25.04 | 19.12 | 96.14 | - |
| YUV | 109.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 254 | 0.78 | 0.57 | 0 | 0.00 | 223.42 | 0.99 | 0.61 |
| Hex | 37 | 6E | FE | 4E | 39 | 0 | 0 | DF | 63 | 3D |
| Octal | 67 | 156 | 376 | 116 | 71 | 0 | 0 | 337 | 143 | 75 |
| Binary | 110111 | 1101110 | 11111110 | 1001110 | 111001 | 0 | 0 | 11011111 | 1100011 | 111101 |
Color Harmonies of #376EFE
Complementary color
Monochromatic Colors of #376EFE
Black with #376EFE
Text Example
Text Example
White with #376EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376EFE; }
p { color: rgb(55,110,254); }
H1.HeaderClassName
{
color: #376EFE;
}
.AnyTagClassName
{
color: #376EFE;
}
</style>
background-color css
<style>
a { background-color: #376EFE; }
a { background-color: rgb(55,110,254); }
div.DivClassName
{
background-color: #376EFE;
}
.BgClassName
{
background-color: #376EFE;
}
</style>
border-color css
<style>
span { border-color: #376EFE; }
span { border-color: rgb(55,110,254); }
td.TdClassName
{
border-color: #376EFE;
}
.TagClassName
{
border-color: #376EFE;
}
</style>