Shades of Royal Blue #376DCF
Tints of Royal Blue #376DCF
RGB
CMYK
RGB Variations
Color information
#376DCF (or 0x376DCF) is known color: Royal Blue. HEX triplet: 37, 6D and CF. RGB value is (55,109,207). Sum of RGB (Red+Green+Blue) = 55+109+207=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #376DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DCF is #C89230. Grayscale: #676767. Windows color (decimal): -13144625 or 13593911. OLE color: 13593911.
HSL color Cylindrical-coordinate representation of color #376DCF: hue angle of 218.68º 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 #376DCF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 109 | 207 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.68º | 0.61% | 0.51% | - |
| HSV(B) | 218.68º | 0.73% | 0.81% | - |
| XYZ | 18.31 | 16.25 | 61.2 | - |
| YUV | 104.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 207 | 0.73 | 0.47 | 0 | 0.19 | 218.68 | 0.61 | 0.51 |
| Hex | 37 | 6D | CF | 49 | 2F | 0 | 13 | DB | 3D | 33 |
| Octal | 67 | 155 | 317 | 111 | 57 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110111 | 1101101 | 11001111 | 1001001 | 101111 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #376DCF
Complementary color
Monochromatic Colors of #376DCF
Black with #376DCF
Text Example
Text Example
White with #376DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DCF; }
p { color: rgb(55,109,207); }
H1.HeaderClassName
{
color: #376DCF;
}
.AnyTagClassName
{
color: #376DCF;
}
</style>
background-color css
<style>
a { background-color: #376DCF; }
a { background-color: rgb(55,109,207); }
div.DivClassName
{
background-color: #376DCF;
}
.BgClassName
{
background-color: #376DCF;
}
</style>
border-color css
<style>
span { border-color: #376DCF; }
span { border-color: rgb(55,109,207); }
td.TdClassName
{
border-color: #376DCF;
}
.TagClassName
{
border-color: #376DCF;
}
</style>