Shades of Royal Blue #376FE5
Tints of Royal Blue #376FE5
RGB
CMYK
RGB Variations
Color information
#376FE5 (or 0x376FE5) is known color: Royal Blue. HEX triplet: 37, 6F and E5. RGB value is (55,111,229). Sum of RGB (Red+Green+Blue) = 55+111+229=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #376FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FE5 is #C8901A. Grayscale: #6B6B6B. Windows color (decimal): -13144091 or 15036215. OLE color: 15036215.
HSL color Cylindrical-coordinate representation of color #376FE5: hue angle of 220.69º 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 #376FE5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 111 | 229 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.10 |
| HSL | 220.69º | 0.77% | 0.56% | - |
| HSV(B) | 220.69º | 0.76% | 0.9% | - |
| XYZ | 21.4 | 17.84 | 76.44 | - |
| YUV | 107.71 | 196.45 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 229 | 0.76 | 0.52 | 0 | 0.10 | 220.69 | 0.77 | 0.56 |
| Hex | 37 | 6F | E5 | 4C | 34 | 0 | A | DD | 4D | 38 |
| Octal | 67 | 157 | 345 | 114 | 64 | 0 | 12 | 335 | 115 | 70 |
| Binary | 110111 | 1101111 | 11100101 | 1001100 | 110100 | 0 | 1010 | 11011101 | 1001101 | 111000 |
Color Harmonies of #376FE5
Complementary color
Monochromatic Colors of #376FE5
Black with #376FE5
Text Example
Text Example
White with #376FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FE5; }
p { color: rgb(55,111,229); }
H1.HeaderClassName
{
color: #376FE5;
}
.AnyTagClassName
{
color: #376FE5;
}
</style>
background-color css
<style>
a { background-color: #376FE5; }
a { background-color: rgb(55,111,229); }
div.DivClassName
{
background-color: #376FE5;
}
.BgClassName
{
background-color: #376FE5;
}
</style>
border-color css
<style>
span { border-color: #376FE5; }
span { border-color: rgb(55,111,229); }
td.TdClassName
{
border-color: #376FE5;
}
.TagClassName
{
border-color: #376FE5;
}
</style>