Shades of Royal Blue #375DEC
Tints of Royal Blue #375DEC
RGB
CMYK
RGB Variations
Color information
#375DEC (or 0x375DEC) is known color: Royal Blue. HEX triplet: 37, 5D and EC. RGB value is (55,93,236). Sum of RGB (Red+Green+Blue) = 55+93+236=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #375DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DEC is #C8A213. Grayscale: #616161. Windows color (decimal): -13148692 or 15490359. OLE color: 15490359.
HSL color Cylindrical-coordinate representation of color #375DEC: hue angle of 227.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375DEC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 93 | 236 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.07 |
| HSL | 227.4º | 0.83% | 0.57% | - |
| HSV(B) | 227.4º | 0.77% | 0.93% | - |
| XYZ | 20.63 | 14.7 | 81.11 | - |
| YUV | 97.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 236 | 0.77 | 0.61 | 0 | 0.07 | 227.4 | 0.83 | 0.57 |
| Hex | 37 | 5D | EC | 4D | 3D | 0 | 7 | E3 | 53 | 39 |
| Octal | 67 | 135 | 354 | 115 | 75 | 0 | 7 | 343 | 123 | 71 |
| Binary | 110111 | 1011101 | 11101100 | 1001101 | 111101 | 0 | 111 | 11100011 | 1010011 | 111001 |
Color Harmonies of #375DEC
Complementary color
Monochromatic Colors of #375DEC
Black with #375DEC
Text Example
Text Example
White with #375DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DEC; }
p { color: rgb(55,93,236); }
H1.HeaderClassName
{
color: #375DEC;
}
.AnyTagClassName
{
color: #375DEC;
}
</style>
background-color css
<style>
a { background-color: #375DEC; }
a { background-color: rgb(55,93,236); }
div.DivClassName
{
background-color: #375DEC;
}
.BgClassName
{
background-color: #375DEC;
}
</style>
border-color css
<style>
span { border-color: #375DEC; }
span { border-color: rgb(55,93,236); }
td.TdClassName
{
border-color: #375DEC;
}
.TagClassName
{
border-color: #375DEC;
}
</style>