Shades of Royal Blue #376CF8
Tints of Royal Blue #376CF8
RGB
CMYK
RGB Variations
Color information
#376CF8 (or 0x376CF8) is known color: Royal Blue. HEX triplet: 37, 6C and F8. RGB value is (55,108,248). Sum of RGB (Red+Green+Blue) = 55+108+248=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #376CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CF8 is #C89307. Grayscale: #6B6B6B. Windows color (decimal): -13144840 or 16280631. OLE color: 16280631.
HSL color Cylindrical-coordinate representation of color #376CF8: hue angle of 223.52º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376CF8 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 108 | 248 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.03 |
| HSL | 223.52º | 0.93% | 0.59% | - |
| HSV(B) | 223.52º | 0.78% | 0.97% | - |
| XYZ | 23.88 | 18.31 | 91.08 | - |
| YUV | 108.11 | 206.94 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 248 | 0.78 | 0.56 | 0 | 0.03 | 223.52 | 0.93 | 0.59 |
| Hex | 37 | 6C | F8 | 4E | 38 | 0 | 3 | E0 | 5D | 3B |
| Octal | 67 | 154 | 370 | 116 | 70 | 0 | 3 | 340 | 135 | 73 |
| Binary | 110111 | 1101100 | 11111000 | 1001110 | 111000 | 0 | 11 | 11100000 | 1011101 | 111011 |
Color Harmonies of #376CF8
Complementary color
Monochromatic Colors of #376CF8
Black with #376CF8
Text Example
Text Example
White with #376CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CF8; }
p { color: rgb(55,108,248); }
H1.HeaderClassName
{
color: #376CF8;
}
.AnyTagClassName
{
color: #376CF8;
}
</style>
background-color css
<style>
a { background-color: #376CF8; }
a { background-color: rgb(55,108,248); }
div.DivClassName
{
background-color: #376CF8;
}
.BgClassName
{
background-color: #376CF8;
}
</style>
border-color css
<style>
span { border-color: #376CF8; }
span { border-color: rgb(55,108,248); }
td.TdClassName
{
border-color: #376CF8;
}
.TagClassName
{
border-color: #376CF8;
}
</style>