Shades of Royal Blue #376BEF
Tints of Royal Blue #376BEF
RGB
CMYK
RGB Variations
Color information
#376BEF (or 0x376BEF) is known color: Royal Blue. HEX triplet: 37, 6B and EF. RGB value is (55,107,239). Sum of RGB (Red+Green+Blue) = 55+107+239=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #376BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376BEF is #C89410. Grayscale: #696969. Windows color (decimal): -13145105 or 15690551. OLE color: 15690551.
HSL color Cylindrical-coordinate representation of color #376BEF: hue angle of 223.04º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376BEF is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 107 | 239 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.06 |
| HSL | 223.04º | 0.85% | 0.58% | - |
| HSV(B) | 223.04º | 0.77% | 0.94% | - |
| XYZ | 22.41 | 17.56 | 83.87 | - |
| YUV | 106.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 239 | 0.77 | 0.55 | 0 | 0.06 | 223.04 | 0.85 | 0.58 |
| Hex | 37 | 6B | EF | 4D | 37 | 0 | 6 | DF | 55 | 3A |
| Octal | 67 | 153 | 357 | 115 | 67 | 0 | 6 | 337 | 125 | 72 |
| Binary | 110111 | 1101011 | 11101111 | 1001101 | 110111 | 0 | 110 | 11011111 | 1010101 | 111010 |
Color Harmonies of #376BEF
Complementary color
Monochromatic Colors of #376BEF
Black with #376BEF
Text Example
Text Example
White with #376BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BEF; }
p { color: rgb(55,107,239); }
H1.HeaderClassName
{
color: #376BEF;
}
.AnyTagClassName
{
color: #376BEF;
}
</style>
background-color css
<style>
a { background-color: #376BEF; }
a { background-color: rgb(55,107,239); }
div.DivClassName
{
background-color: #376BEF;
}
.BgClassName
{
background-color: #376BEF;
}
</style>
border-color css
<style>
span { border-color: #376BEF; }
span { border-color: rgb(55,107,239); }
td.TdClassName
{
border-color: #376BEF;
}
.TagClassName
{
border-color: #376BEF;
}
</style>