Shades of Royal Blue #376CFF
Tints of Royal Blue #376CFF
RGB
CMYK
RGB Variations
Color information
#376CFF (or 0x376CFF) is known color: Royal Blue. HEX triplet: 37, 6C and FF. RGB value is (55,108,255). Sum of RGB (Red+Green+Blue) = 55+108+255=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #376CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376CFF is #C89300. Grayscale: #6C6C6C. Windows color (decimal): -13144833 or 16739383. OLE color: 16739383.
HSL color Cylindrical-coordinate representation of color #376CFF: hue angle of 224.1º 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 #376CFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 108 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.1º | 1% | 0.61% | - |
| HSV(B) | 224.1º | 0.78% | 1% | - |
| XYZ | 24.99 | 18.76 | 96.91 | - |
| YUV | 108.91 | 210.44 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 255 | 0.78 | 0.58 | 0 | 0 | 224.1 | 1 | 0.61 |
| Hex | 37 | 6C | FF | 4E | 3A | 0 | 0 | E0 | 64 | 3D |
| Octal | 67 | 154 | 377 | 116 | 72 | 0 | 0 | 340 | 144 | 75 |
| Binary | 110111 | 1101100 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #376CFF
Complementary color
Monochromatic Colors of #376CFF
Black with #376CFF
Text Example
Text Example
White with #376CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CFF; }
p { color: rgb(55,108,255); }
H1.HeaderClassName
{
color: #376CFF;
}
.AnyTagClassName
{
color: #376CFF;
}
</style>
background-color css
<style>
a { background-color: #376CFF; }
a { background-color: rgb(55,108,255); }
div.DivClassName
{
background-color: #376CFF;
}
.BgClassName
{
background-color: #376CFF;
}
</style>
border-color css
<style>
span { border-color: #376CFF; }
span { border-color: rgb(55,108,255); }
td.TdClassName
{
border-color: #376CFF;
}
.TagClassName
{
border-color: #376CFF;
}
</style>