Shades of Royal Blue #375EE0
Tints of Royal Blue #375EE0
RGB
CMYK
RGB Variations
Color information
#375EE0 (or 0x375EE0) is known color: Royal Blue. HEX triplet: 37, 5E and E0. RGB value is (55,94,224). Sum of RGB (Red+Green+Blue) = 55+94+224=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #375EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EE0 is #C8A11F. Grayscale: #606060. Windows color (decimal): -13148448 or 14704183. OLE color: 14704183.
HSL color Cylindrical-coordinate representation of color #375EE0: hue angle of 226.15º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375EE0 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 94 | 224 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.12 |
| HSL | 226.15º | 0.73% | 0.55% | - |
| HSV(B) | 226.15º | 0.75% | 0.88% | - |
| XYZ | 19.03 | 14.2 | 72.26 | - |
| YUV | 97.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 224 | 0.75 | 0.58 | 0 | 0.12 | 226.15 | 0.73 | 0.55 |
| Hex | 37 | 5E | E0 | 4B | 3A | 0 | C | E2 | 49 | 37 |
| Octal | 67 | 136 | 340 | 113 | 72 | 0 | 14 | 342 | 111 | 67 |
| Binary | 110111 | 1011110 | 11100000 | 1001011 | 111010 | 0 | 1100 | 11100010 | 1001001 | 110111 |
Color Harmonies of #375EE0
Complementary color
Monochromatic Colors of #375EE0
Black with #375EE0
Text Example
Text Example
White with #375EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EE0; }
p { color: rgb(55,94,224); }
H1.HeaderClassName
{
color: #375EE0;
}
.AnyTagClassName
{
color: #375EE0;
}
</style>
background-color css
<style>
a { background-color: #375EE0; }
a { background-color: rgb(55,94,224); }
div.DivClassName
{
background-color: #375EE0;
}
.BgClassName
{
background-color: #375EE0;
}
</style>
border-color css
<style>
span { border-color: #375EE0; }
span { border-color: rgb(55,94,224); }
td.TdClassName
{
border-color: #375EE0;
}
.TagClassName
{
border-color: #375EE0;
}
</style>