Shades of Royal Blue #375CE0
Tints of Royal Blue #375CE0
RGB
CMYK
RGB Variations
Color information
#375CE0 (or 0x375CE0) is known color: Royal Blue. HEX triplet: 37, 5C and E0. RGB value is (55,92,224). Sum of RGB (Red+Green+Blue) = 55+92+224=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #375CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CE0 is #C8A31F. Grayscale: #5F5F5F. Windows color (decimal): -13148960 or 14703671. OLE color: 14703671.
HSL color Cylindrical-coordinate representation of color #375CE0: hue angle of 226.86º 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 #375CE0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 92 | 224 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.12 |
| HSL | 226.86º | 0.73% | 0.55% | - |
| HSV(B) | 226.86º | 0.75% | 0.88% | - |
| XYZ | 18.86 | 13.85 | 72.2 | - |
| YUV | 95.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 224 | 0.75 | 0.59 | 0 | 0.12 | 226.86 | 0.73 | 0.55 |
| Hex | 37 | 5C | E0 | 4B | 3B | 0 | C | E3 | 49 | 37 |
| Octal | 67 | 134 | 340 | 113 | 73 | 0 | 14 | 343 | 111 | 67 |
| Binary | 110111 | 1011100 | 11100000 | 1001011 | 111011 | 0 | 1100 | 11100011 | 1001001 | 110111 |
Color Harmonies of #375CE0
Complementary color
Monochromatic Colors of #375CE0
Black with #375CE0
Text Example
Text Example
White with #375CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CE0; }
p { color: rgb(55,92,224); }
H1.HeaderClassName
{
color: #375CE0;
}
.AnyTagClassName
{
color: #375CE0;
}
</style>
background-color css
<style>
a { background-color: #375CE0; }
a { background-color: rgb(55,92,224); }
div.DivClassName
{
background-color: #375CE0;
}
.BgClassName
{
background-color: #375CE0;
}
</style>
border-color css
<style>
span { border-color: #375CE0; }
span { border-color: rgb(55,92,224); }
td.TdClassName
{
border-color: #375CE0;
}
.TagClassName
{
border-color: #375CE0;
}
</style>