Shades of Royal Blue #375CEF
Tints of Royal Blue #375CEF
RGB
CMYK
RGB Variations
Color information
#375CEF (or 0x375CEF) is known color: Royal Blue. HEX triplet: 37, 5C and EF. RGB value is (55,92,239). Sum of RGB (Red+Green+Blue) = 55+92+239=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #375CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CEF is #C8A310. Grayscale: #616161. Windows color (decimal): -13148945 or 15686711. OLE color: 15686711.
HSL color Cylindrical-coordinate representation of color #375CEF: hue angle of 227.93º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375CEF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 92 | 239 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.06 |
| HSL | 227.93º | 0.85% | 0.58% | - |
| HSV(B) | 227.93º | 0.77% | 0.94% | - |
| XYZ | 20.98 | 14.7 | 83.39 | - |
| YUV | 97.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 239 | 0.77 | 0.62 | 0 | 0.06 | 227.93 | 0.85 | 0.58 |
| Hex | 37 | 5C | EF | 4D | 3E | 0 | 6 | E4 | 55 | 3A |
| Octal | 67 | 134 | 357 | 115 | 76 | 0 | 6 | 344 | 125 | 72 |
| Binary | 110111 | 1011100 | 11101111 | 1001101 | 111110 | 0 | 110 | 11100100 | 1010101 | 111010 |
Color Harmonies of #375CEF
Complementary color
Monochromatic Colors of #375CEF
Black with #375CEF
Text Example
Text Example
White with #375CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CEF; }
p { color: rgb(55,92,239); }
H1.HeaderClassName
{
color: #375CEF;
}
.AnyTagClassName
{
color: #375CEF;
}
</style>
background-color css
<style>
a { background-color: #375CEF; }
a { background-color: rgb(55,92,239); }
div.DivClassName
{
background-color: #375CEF;
}
.BgClassName
{
background-color: #375CEF;
}
</style>
border-color css
<style>
span { border-color: #375CEF; }
span { border-color: rgb(55,92,239); }
td.TdClassName
{
border-color: #375CEF;
}
.TagClassName
{
border-color: #375CEF;
}
</style>