Shades of Royal Blue #3C7FEC
Tints of Royal Blue #3C7FEC
RGB
CMYK
RGB Variations
Color information
#3C7FEC (or 0x3C7FEC) is known color: Royal Blue. HEX triplet: 3C, 7F and EC. RGB value is (60,127,236). Sum of RGB (Red+Green+Blue) = 60+127+236=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C7FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7FEC is #C38013. Grayscale: #767676. Windows color (decimal): -12812308 or 15499068. OLE color: 15499068.
HSL color Cylindrical-coordinate representation of color #3C7FEC: hue angle of 217.16º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C7FEC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 127 | 236 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.07 |
| HSL | 217.16º | 0.82% | 0.58% | - |
| HSV(B) | 217.16º | 0.75% | 0.93% | - |
| XYZ | 24.59 | 22.2 | 82.34 | - |
| YUV | 119.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 236 | 0.75 | 0.46 | 0 | 0.07 | 217.16 | 0.82 | 0.58 |
| Hex | 3C | 7F | EC | 4B | 2E | 0 | 7 | D9 | 52 | 3A |
| Octal | 74 | 177 | 354 | 113 | 56 | 0 | 7 | 331 | 122 | 72 |
| Binary | 111100 | 1111111 | 11101100 | 1001011 | 101110 | 0 | 111 | 11011001 | 1010010 | 111010 |
Color Harmonies of #3C7FEC
Complementary color
Monochromatic Colors of #3C7FEC
Black with #3C7FEC
Text Example
Text Example
White with #3C7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FEC; }
p { color: rgb(60,127,236); }
H1.HeaderClassName
{
color: #3C7FEC;
}
.AnyTagClassName
{
color: #3C7FEC;
}
</style>
background-color css
<style>
a { background-color: #3C7FEC; }
a { background-color: rgb(60,127,236); }
div.DivClassName
{
background-color: #3C7FEC;
}
.BgClassName
{
background-color: #3C7FEC;
}
</style>
border-color css
<style>
span { border-color: #3C7FEC; }
span { border-color: rgb(60,127,236); }
td.TdClassName
{
border-color: #3C7FEC;
}
.TagClassName
{
border-color: #3C7FEC;
}
</style>