Shades of Royal Blue #376AFF
Tints of Royal Blue #376AFF
RGB
CMYK
RGB Variations
Color information
#376AFF (or 0x376AFF) is known color: Royal Blue. HEX triplet: 37, 6A and FF. RGB value is (55,106,255). Sum of RGB (Red+Green+Blue) = 55+106+255=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #376AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AFF is #C89500. Grayscale: #6B6B6B. Windows color (decimal): -13145345 or 16738871. OLE color: 16738871.
HSL color Cylindrical-coordinate representation of color #376AFF: hue angle of 224.7º 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 #376AFF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 106 | 255 | - |
| CMYK | 0.78 | 0.58 | 0 | 0 |
| HSL | 224.7º | 1% | 0.61% | - |
| HSV(B) | 224.7º | 0.78% | 1% | - |
| XYZ | 24.78 | 18.34 | 96.84 | - |
| YUV | 107.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 255 | 0.78 | 0.58 | 0 | 0 | 224.7 | 1 | 0.61 |
| Hex | 37 | 6A | FF | 4E | 3A | 0 | 0 | E1 | 64 | 3D |
| Octal | 67 | 152 | 377 | 116 | 72 | 0 | 0 | 341 | 144 | 75 |
| Binary | 110111 | 1101010 | 11111111 | 1001110 | 111010 | 0 | 0 | 11100001 | 1100100 | 111101 |
Color Harmonies of #376AFF
Complementary color
Monochromatic Colors of #376AFF
Black with #376AFF
Text Example
Text Example
White with #376AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376AFF; }
p { color: rgb(55,106,255); }
H1.HeaderClassName
{
color: #376AFF;
}
.AnyTagClassName
{
color: #376AFF;
}
</style>
background-color css
<style>
a { background-color: #376AFF; }
a { background-color: rgb(55,106,255); }
div.DivClassName
{
background-color: #376AFF;
}
.BgClassName
{
background-color: #376AFF;
}
</style>
border-color css
<style>
span { border-color: #376AFF; }
span { border-color: rgb(55,106,255); }
td.TdClassName
{
border-color: #376AFF;
}
.TagClassName
{
border-color: #376AFF;
}
</style>