Shades of Royal Blue #374BE3
Tints of Royal Blue #374BE3
RGB
CMYK
RGB Variations
Color information
#374BE3 (or 0x374BE3) is known color: Royal Blue. HEX triplet: 37, 4B and E3. RGB value is (55,75,227). Sum of RGB (Red+Green+Blue) = 55+75+227=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #374BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BE3 is #C8B41C. Grayscale: #555555. Windows color (decimal): -13153309 or 14895927. OLE color: 14895927.
HSL color Cylindrical-coordinate representation of color #374BE3: hue angle of 233.02º 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 #374BE3 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 75 | 227 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.11 |
| HSL | 233.02º | 0.75% | 0.55% | - |
| HSV(B) | 233.02º | 0.76% | 0.89% | - |
| XYZ | 17.96 | 11.39 | 73.93 | - |
| YUV | 86.35 | 207.37 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 227 | 0.76 | 0.67 | 0 | 0.11 | 233.02 | 0.75 | 0.55 |
| Hex | 37 | 4B | E3 | 4C | 43 | 0 | B | E9 | 4B | 37 |
| Octal | 67 | 113 | 343 | 114 | 103 | 0 | 13 | 351 | 113 | 67 |
| Binary | 110111 | 1001011 | 11100011 | 1001100 | 1000011 | 0 | 1011 | 11101001 | 1001011 | 110111 |
Color Harmonies of #374BE3
Complementary color
Monochromatic Colors of #374BE3
Black with #374BE3
Text Example
Text Example
White with #374BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374BE3; }
p { color: rgb(55,75,227); }
H1.HeaderClassName
{
color: #374BE3;
}
.AnyTagClassName
{
color: #374BE3;
}
</style>
background-color css
<style>
a { background-color: #374BE3; }
a { background-color: rgb(55,75,227); }
div.DivClassName
{
background-color: #374BE3;
}
.BgClassName
{
background-color: #374BE3;
}
</style>
border-color css
<style>
span { border-color: #374BE3; }
span { border-color: rgb(55,75,227); }
td.TdClassName
{
border-color: #374BE3;
}
.TagClassName
{
border-color: #374BE3;
}
</style>