Shades of Royal Blue #376BCF
Tints of Royal Blue #376BCF
RGB
CMYK
RGB Variations
Color information
#376BCF (or 0x376BCF) is known color: Royal Blue. HEX triplet: 37, 6B and CF. RGB value is (55,107,207). Sum of RGB (Red+Green+Blue) = 55+107+207=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #376BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BCF is #C89430. Grayscale: #666666. Windows color (decimal): -13145137 or 13593399. OLE color: 13593399.
HSL color Cylindrical-coordinate representation of color #376BCF: hue angle of 219.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376BCF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 107 | 207 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.19 |
| HSL | 219.47º | 0.61% | 0.51% | - |
| HSV(B) | 219.47º | 0.73% | 0.81% | - |
| XYZ | 18.1 | 15.83 | 61.13 | - |
| YUV | 102.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 207 | 0.73 | 0.48 | 0 | 0.19 | 219.47 | 0.61 | 0.51 |
| Hex | 37 | 6B | CF | 49 | 30 | 0 | 13 | DB | 3D | 33 |
| Octal | 67 | 153 | 317 | 111 | 60 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110111 | 1101011 | 11001111 | 1001001 | 110000 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #376BCF
Complementary color
Monochromatic Colors of #376BCF
Black with #376BCF
Text Example
Text Example
White with #376BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BCF; }
p { color: rgb(55,107,207); }
H1.HeaderClassName
{
color: #376BCF;
}
.AnyTagClassName
{
color: #376BCF;
}
</style>
background-color css
<style>
a { background-color: #376BCF; }
a { background-color: rgb(55,107,207); }
div.DivClassName
{
background-color: #376BCF;
}
.BgClassName
{
background-color: #376BCF;
}
</style>
border-color css
<style>
span { border-color: #376BCF; }
span { border-color: rgb(55,107,207); }
td.TdClassName
{
border-color: #376BCF;
}
.TagClassName
{
border-color: #376BCF;
}
</style>