Shades of Royal Blue #376DCE
Tints of Royal Blue #376DCE
RGB
CMYK
RGB Variations
Color information
#376DCE (or 0x376DCE) is known color: Royal Blue. HEX triplet: 37, 6D and CE. RGB value is (55,109,206). Sum of RGB (Red+Green+Blue) = 55+109+206=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #376DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376DCE is #C89231. Grayscale: #676767. Windows color (decimal): -13144626 or 13528375. OLE color: 13528375.
HSL color Cylindrical-coordinate representation of color #376DCE: hue angle of 218.54º 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 #376DCE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 109 | 206 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.54º | 0.61% | 0.51% | - |
| HSV(B) | 218.54º | 0.73% | 0.81% | - |
| XYZ | 18.18 | 16.21 | 60.56 | - |
| YUV | 103.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 206 | 0.73 | 0.47 | 0 | 0.19 | 218.54 | 0.61 | 0.51 |
| Hex | 37 | 6D | CE | 49 | 2F | 0 | 13 | DB | 3D | 33 |
| Octal | 67 | 155 | 316 | 111 | 57 | 0 | 23 | 333 | 75 | 63 |
| Binary | 110111 | 1101101 | 11001110 | 1001001 | 101111 | 0 | 10011 | 11011011 | 111101 | 110011 |
Color Harmonies of #376DCE
Complementary color
Monochromatic Colors of #376DCE
Black with #376DCE
Text Example
Text Example
White with #376DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DCE; }
p { color: rgb(55,109,206); }
H1.HeaderClassName
{
color: #376DCE;
}
.AnyTagClassName
{
color: #376DCE;
}
</style>
background-color css
<style>
a { background-color: #376DCE; }
a { background-color: rgb(55,109,206); }
div.DivClassName
{
background-color: #376DCE;
}
.BgClassName
{
background-color: #376DCE;
}
</style>
border-color css
<style>
span { border-color: #376DCE; }
span { border-color: rgb(55,109,206); }
td.TdClassName
{
border-color: #376DCE;
}
.TagClassName
{
border-color: #376DCE;
}
</style>