Shades of Royal Blue #376FE3
Tints of Royal Blue #376FE3
RGB
CMYK
RGB Variations
Color information
#376FE3 (or 0x376FE3) is known color: Royal Blue. HEX triplet: 37, 6F and E3. RGB value is (55,111,227). Sum of RGB (Red+Green+Blue) = 55+111+227=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #376FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FE3 is #C8901C. Grayscale: #6A6A6A. Windows color (decimal): -13144093 or 14905143. OLE color: 14905143.
HSL color Cylindrical-coordinate representation of color #376FE3: hue angle of 220.47º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376FE3 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 111 | 227 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.11 |
| HSL | 220.47º | 0.75% | 0.55% | - |
| HSV(B) | 220.47º | 0.76% | 0.89% | - |
| XYZ | 21.13 | 17.73 | 74.98 | - |
| YUV | 107.48 | 195.45 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 227 | 0.76 | 0.51 | 0 | 0.11 | 220.47 | 0.75 | 0.55 |
| Hex | 37 | 6F | E3 | 4C | 33 | 0 | B | DC | 4B | 37 |
| Octal | 67 | 157 | 343 | 114 | 63 | 0 | 13 | 334 | 113 | 67 |
| Binary | 110111 | 1101111 | 11100011 | 1001100 | 110011 | 0 | 1011 | 11011100 | 1001011 | 110111 |
Color Harmonies of #376FE3
Complementary color
Monochromatic Colors of #376FE3
Black with #376FE3
Text Example
Text Example
White with #376FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376FE3; }
p { color: rgb(55,111,227); }
H1.HeaderClassName
{
color: #376FE3;
}
.AnyTagClassName
{
color: #376FE3;
}
</style>
background-color css
<style>
a { background-color: #376FE3; }
a { background-color: rgb(55,111,227); }
div.DivClassName
{
background-color: #376FE3;
}
.BgClassName
{
background-color: #376FE3;
}
</style>
border-color css
<style>
span { border-color: #376FE3; }
span { border-color: rgb(55,111,227); }
td.TdClassName
{
border-color: #376FE3;
}
.TagClassName
{
border-color: #376FE3;
}
</style>