Shades of Royal Blue #376DEB
Tints of Royal Blue #376DEB
RGB
CMYK
RGB Variations
Color information
#376DEB (or 0x376DEB) is known color: Royal Blue. HEX triplet: 37, 6D and EB. RGB value is (55,109,235). Sum of RGB (Red+Green+Blue) = 55+109+235=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #376DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376DEB is #C89214. Grayscale: #6A6A6A. Windows color (decimal): -13144597 or 15428919. OLE color: 15428919.
HSL color Cylindrical-coordinate representation of color #376DEB: hue angle of 222º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376DEB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 109 | 235 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.08 |
| HSL | 222º | 0.82% | 0.57% | - |
| HSV(B) | 222º | 0.77% | 0.92% | - |
| XYZ | 22.04 | 17.75 | 80.86 | - |
| YUV | 107.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 235 | 0.77 | 0.54 | 0 | 0.08 | 222 | 0.82 | 0.57 |
| Hex | 37 | 6D | EB | 4D | 36 | 0 | 8 | DE | 52 | 39 |
| Octal | 67 | 155 | 353 | 115 | 66 | 0 | 10 | 336 | 122 | 71 |
| Binary | 110111 | 1101101 | 11101011 | 1001101 | 110110 | 0 | 1000 | 11011110 | 1010010 | 111001 |
Color Harmonies of #376DEB
Complementary color
Monochromatic Colors of #376DEB
Black with #376DEB
Text Example
Text Example
White with #376DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DEB; }
p { color: rgb(55,109,235); }
H1.HeaderClassName
{
color: #376DEB;
}
.AnyTagClassName
{
color: #376DEB;
}
</style>
background-color css
<style>
a { background-color: #376DEB; }
a { background-color: rgb(55,109,235); }
div.DivClassName
{
background-color: #376DEB;
}
.BgClassName
{
background-color: #376DEB;
}
</style>
border-color css
<style>
span { border-color: #376DEB; }
span { border-color: rgb(55,109,235); }
td.TdClassName
{
border-color: #376DEB;
}
.TagClassName
{
border-color: #376DEB;
}
</style>