Shades of Royal Blue #375BE0
Tints of Royal Blue #375BE0
RGB
CMYK
RGB Variations
Color information
#375BE0 (or 0x375BE0) is known color: Royal Blue. HEX triplet: 37, 5B and E0. RGB value is (55,91,224). Sum of RGB (Red+Green+Blue) = 55+91+224=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #375BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BE0 is #C8A41F. Grayscale: #5E5E5E. Windows color (decimal): -13149216 or 14703415. OLE color: 14703415.
HSL color Cylindrical-coordinate representation of color #375BE0: hue angle of 227.22º 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 #375BE0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 91 | 224 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.12 |
| HSL | 227.22º | 0.73% | 0.55% | - |
| HSV(B) | 227.22º | 0.75% | 0.88% | - |
| XYZ | 18.77 | 13.68 | 72.17 | - |
| YUV | 95.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 224 | 0.75 | 0.59 | 0 | 0.12 | 227.22 | 0.73 | 0.55 |
| Hex | 37 | 5B | E0 | 4B | 3B | 0 | C | E3 | 49 | 37 |
| Octal | 67 | 133 | 340 | 113 | 73 | 0 | 14 | 343 | 111 | 67 |
| Binary | 110111 | 1011011 | 11100000 | 1001011 | 111011 | 0 | 1100 | 11100011 | 1001001 | 110111 |
Color Harmonies of #375BE0
Complementary color
Monochromatic Colors of #375BE0
Black with #375BE0
Text Example
Text Example
White with #375BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BE0; }
p { color: rgb(55,91,224); }
H1.HeaderClassName
{
color: #375BE0;
}
.AnyTagClassName
{
color: #375BE0;
}
</style>
background-color css
<style>
a { background-color: #375BE0; }
a { background-color: rgb(55,91,224); }
div.DivClassName
{
background-color: #375BE0;
}
.BgClassName
{
background-color: #375BE0;
}
</style>
border-color css
<style>
span { border-color: #375BE0; }
span { border-color: rgb(55,91,224); }
td.TdClassName
{
border-color: #375BE0;
}
.TagClassName
{
border-color: #375BE0;
}
</style>