Shades of Royal Blue #374EE8
Tints of Royal Blue #374EE8
RGB
CMYK
RGB Variations
Color information
#374EE8 (or 0x374EE8) is known color: Royal Blue. HEX triplet: 37, 4E and E8. RGB value is (55,78,232). Sum of RGB (Red+Green+Blue) = 55+78+232=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #374EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EE8 is #C8B117. Grayscale: #585858. Windows color (decimal): -13152536 or 15224375. OLE color: 15224375.
HSL color Cylindrical-coordinate representation of color #374EE8: hue angle of 232.2º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374EE8 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 78 | 232 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.09 |
| HSL | 232.2º | 0.79% | 0.56% | - |
| HSV(B) | 232.2º | 0.76% | 0.91% | - |
| XYZ | 18.87 | 12.09 | 77.68 | - |
| YUV | 88.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 232 | 0.76 | 0.66 | 0 | 0.09 | 232.2 | 0.79 | 0.56 |
| Hex | 37 | 4E | E8 | 4C | 42 | 0 | 9 | E8 | 4F | 38 |
| Octal | 67 | 116 | 350 | 114 | 102 | 0 | 11 | 350 | 117 | 70 |
| Binary | 110111 | 1001110 | 11101000 | 1001100 | 1000010 | 0 | 1001 | 11101000 | 1001111 | 111000 |
Color Harmonies of #374EE8
Complementary color
Monochromatic Colors of #374EE8
Black with #374EE8
Text Example
Text Example
White with #374EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374EE8; }
p { color: rgb(55,78,232); }
H1.HeaderClassName
{
color: #374EE8;
}
.AnyTagClassName
{
color: #374EE8;
}
</style>
background-color css
<style>
a { background-color: #374EE8; }
a { background-color: rgb(55,78,232); }
div.DivClassName
{
background-color: #374EE8;
}
.BgClassName
{
background-color: #374EE8;
}
</style>
border-color css
<style>
span { border-color: #374EE8; }
span { border-color: rgb(55,78,232); }
td.TdClassName
{
border-color: #374EE8;
}
.TagClassName
{
border-color: #374EE8;
}
</style>