Shades of Royal Blue #375CE4
Tints of Royal Blue #375CE4
RGB
CMYK
RGB Variations
Color information
#375CE4 (or 0x375CE4) is known color: Royal Blue. HEX triplet: 37, 5C and E4. RGB value is (55,92,228). Sum of RGB (Red+Green+Blue) = 55+92+228=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #375CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CE4 is #C8A31B. Grayscale: #5F5F5F. Windows color (decimal): -13148956 or 14965815. OLE color: 14965815.
HSL color Cylindrical-coordinate representation of color #375CE4: hue angle of 227.17º degrees, saturation: 0.76, 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 #375CE4 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 92 | 228 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.11 |
| HSL | 227.17º | 0.76% | 0.55% | - |
| HSV(B) | 227.17º | 0.76% | 0.89% | - |
| XYZ | 19.41 | 14.07 | 75.09 | - |
| YUV | 96.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 228 | 0.76 | 0.60 | 0 | 0.11 | 227.17 | 0.76 | 0.55 |
| Hex | 37 | 5C | E4 | 4C | 3C | 0 | B | E3 | 4C | 37 |
| Octal | 67 | 134 | 344 | 114 | 74 | 0 | 13 | 343 | 114 | 67 |
| Binary | 110111 | 1011100 | 11100100 | 1001100 | 111100 | 0 | 1011 | 11100011 | 1001100 | 110111 |
Color Harmonies of #375CE4
Complementary color
Monochromatic Colors of #375CE4
Black with #375CE4
Text Example
Text Example
White with #375CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CE4; }
p { color: rgb(55,92,228); }
H1.HeaderClassName
{
color: #375CE4;
}
.AnyTagClassName
{
color: #375CE4;
}
</style>
background-color css
<style>
a { background-color: #375CE4; }
a { background-color: rgb(55,92,228); }
div.DivClassName
{
background-color: #375CE4;
}
.BgClassName
{
background-color: #375CE4;
}
</style>
border-color css
<style>
span { border-color: #375CE4; }
span { border-color: rgb(55,92,228); }
td.TdClassName
{
border-color: #375CE4;
}
.TagClassName
{
border-color: #375CE4;
}
</style>