Shades of Royal Blue #375CEC
Tints of Royal Blue #375CEC
RGB
CMYK
RGB Variations
Color information
#375CEC (or 0x375CEC) is known color: Royal Blue. HEX triplet: 37, 5C and EC. RGB value is (55,92,236). Sum of RGB (Red+Green+Blue) = 55+92+236=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #375CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CEC is #C8A313. Grayscale: #606060. Windows color (decimal): -13148948 or 15490103. OLE color: 15490103.
HSL color Cylindrical-coordinate representation of color #375CEC: hue angle of 227.73º 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 #375CEC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 92 | 236 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.07 |
| HSL | 227.73º | 0.83% | 0.57% | - |
| HSV(B) | 227.73º | 0.77% | 0.93% | - |
| XYZ | 20.54 | 14.52 | 81.08 | - |
| YUV | 97.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 236 | 0.77 | 0.61 | 0 | 0.07 | 227.73 | 0.83 | 0.57 |
| Hex | 37 | 5C | EC | 4D | 3D | 0 | 7 | E4 | 53 | 39 |
| Octal | 67 | 134 | 354 | 115 | 75 | 0 | 7 | 344 | 123 | 71 |
| Binary | 110111 | 1011100 | 11101100 | 1001101 | 111101 | 0 | 111 | 11100100 | 1010011 | 111001 |
Color Harmonies of #375CEC
Complementary color
Monochromatic Colors of #375CEC
Black with #375CEC
Text Example
Text Example
White with #375CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CEC; }
p { color: rgb(55,92,236); }
H1.HeaderClassName
{
color: #375CEC;
}
.AnyTagClassName
{
color: #375CEC;
}
</style>
background-color css
<style>
a { background-color: #375CEC; }
a { background-color: rgb(55,92,236); }
div.DivClassName
{
background-color: #375CEC;
}
.BgClassName
{
background-color: #375CEC;
}
</style>
border-color css
<style>
span { border-color: #375CEC; }
span { border-color: rgb(55,92,236); }
td.TdClassName
{
border-color: #375CEC;
}
.TagClassName
{
border-color: #375CEC;
}
</style>