Shades of Royal Blue #376AD6
Tints of Royal Blue #376AD6
RGB
CMYK
RGB Variations
Color information
#376AD6 (or 0x376AD6) is known color: Royal Blue. HEX triplet: 37, 6A and D6. RGB value is (55,106,214). Sum of RGB (Red+Green+Blue) = 55+106+214=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #376AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AD6 is #C89529. Grayscale: #666666. Windows color (decimal): -13145386 or 14051895. OLE color: 14051895.
HSL color Cylindrical-coordinate representation of color #376AD6: hue angle of 220.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376AD6 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 106 | 214 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.16 |
| HSL | 220.75º | 0.66% | 0.53% | - |
| HSV(B) | 220.75º | 0.74% | 0.84% | - |
| XYZ | 18.87 | 15.98 | 65.71 | - |
| YUV | 103.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 214 | 0.74 | 0.50 | 0 | 0.16 | 220.75 | 0.66 | 0.53 |
| Hex | 37 | 6A | D6 | 4A | 32 | 0 | 10 | DD | 42 | 35 |
| Octal | 67 | 152 | 326 | 112 | 62 | 0 | 20 | 335 | 102 | 65 |
| Binary | 110111 | 1101010 | 11010110 | 1001010 | 110010 | 0 | 10000 | 11011101 | 1000010 | 110101 |
Color Harmonies of #376AD6
Complementary color
Monochromatic Colors of #376AD6
Black with #376AD6
Text Example
Text Example
White with #376AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376AD6; }
p { color: rgb(55,106,214); }
H1.HeaderClassName
{
color: #376AD6;
}
.AnyTagClassName
{
color: #376AD6;
}
</style>
background-color css
<style>
a { background-color: #376AD6; }
a { background-color: rgb(55,106,214); }
div.DivClassName
{
background-color: #376AD6;
}
.BgClassName
{
background-color: #376AD6;
}
</style>
border-color css
<style>
span { border-color: #376AD6; }
span { border-color: rgb(55,106,214); }
td.TdClassName
{
border-color: #376AD6;
}
.TagClassName
{
border-color: #376AD6;
}
</style>