Shades of Royal Blue #376CE5
Tints of Royal Blue #376CE5
RGB
CMYK
RGB Variations
Color information
#376CE5 (or 0x376CE5) is known color: Royal Blue. HEX triplet: 37, 6C and E5. RGB value is (55,108,229). Sum of RGB (Red+Green+Blue) = 55+108+229=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #376CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CE5 is #C8931A. Grayscale: #696969. Windows color (decimal): -13144859 or 15035447. OLE color: 15035447.
HSL color Cylindrical-coordinate representation of color #376CE5: hue angle of 221.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376CE5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 108 | 229 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.10 |
| HSL | 221.72º | 0.77% | 0.56% | - |
| HSV(B) | 221.72º | 0.76% | 0.9% | - |
| XYZ | 21.08 | 17.19 | 76.34 | - |
| YUV | 105.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 229 | 0.76 | 0.53 | 0 | 0.10 | 221.72 | 0.77 | 0.56 |
| Hex | 37 | 6C | E5 | 4C | 35 | 0 | A | DE | 4D | 38 |
| Octal | 67 | 154 | 345 | 114 | 65 | 0 | 12 | 336 | 115 | 70 |
| Binary | 110111 | 1101100 | 11100101 | 1001100 | 110101 | 0 | 1010 | 11011110 | 1001101 | 111000 |
Color Harmonies of #376CE5
Complementary color
Monochromatic Colors of #376CE5
Black with #376CE5
Text Example
Text Example
White with #376CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376CE5; }
p { color: rgb(55,108,229); }
H1.HeaderClassName
{
color: #376CE5;
}
.AnyTagClassName
{
color: #376CE5;
}
</style>
background-color css
<style>
a { background-color: #376CE5; }
a { background-color: rgb(55,108,229); }
div.DivClassName
{
background-color: #376CE5;
}
.BgClassName
{
background-color: #376CE5;
}
</style>
border-color css
<style>
span { border-color: #376CE5; }
span { border-color: rgb(55,108,229); }
td.TdClassName
{
border-color: #376CE5;
}
.TagClassName
{
border-color: #376CE5;
}
</style>