Shades of Royal Blue #3C5FEC
Tints of Royal Blue #3C5FEC
RGB
CMYK
RGB Variations
Color information
#3C5FEC (or 0x3C5FEC) is known color: Royal Blue. HEX triplet: 3C, 5F and EC. RGB value is (60,95,236). Sum of RGB (Red+Green+Blue) = 60+95+236=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C5FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5FEC is #C3A013. Grayscale: #646464. Windows color (decimal): -12820500 or 15490876. OLE color: 15490876.
HSL color Cylindrical-coordinate representation of color #3C5FEC: hue angle of 228.07º 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 #3C5FEC is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 95 | 236 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.07 |
| HSL | 228.07º | 0.82% | 0.58% | - |
| HSV(B) | 228.07º | 0.75% | 0.93% | - |
| XYZ | 21.1 | 15.2 | 81.18 | - |
| YUV | 100.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 236 | 0.75 | 0.60 | 0 | 0.07 | 228.07 | 0.82 | 0.58 |
| Hex | 3C | 5F | EC | 4B | 3C | 0 | 7 | E4 | 52 | 3A |
| Octal | 74 | 137 | 354 | 113 | 74 | 0 | 7 | 344 | 122 | 72 |
| Binary | 111100 | 1011111 | 11101100 | 1001011 | 111100 | 0 | 111 | 11100100 | 1010010 | 111010 |
Color Harmonies of #3C5FEC
Complementary color
Monochromatic Colors of #3C5FEC
Black with #3C5FEC
Text Example
Text Example
White with #3C5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FEC; }
p { color: rgb(60,95,236); }
H1.HeaderClassName
{
color: #3C5FEC;
}
.AnyTagClassName
{
color: #3C5FEC;
}
</style>
background-color css
<style>
a { background-color: #3C5FEC; }
a { background-color: rgb(60,95,236); }
div.DivClassName
{
background-color: #3C5FEC;
}
.BgClassName
{
background-color: #3C5FEC;
}
</style>
border-color css
<style>
span { border-color: #3C5FEC; }
span { border-color: rgb(60,95,236); }
td.TdClassName
{
border-color: #3C5FEC;
}
.TagClassName
{
border-color: #3C5FEC;
}
</style>