Shades of Royal Blue #3C61EC
Tints of Royal Blue #3C61EC
RGB
CMYK
RGB Variations
Color information
#3C61EC (or 0x3C61EC) is known color: Royal Blue. HEX triplet: 3C, 61 and EC. RGB value is (60,97,236). Sum of RGB (Red+Green+Blue) = 60+97+236=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C61EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C61EC is #C39E13. Grayscale: #656565. Windows color (decimal): -12819988 or 15491388. OLE color: 15491388.
HSL color Cylindrical-coordinate representation of color #3C61EC: hue angle of 227.39º 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 #3C61EC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 97 | 236 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.07 |
| HSL | 227.39º | 0.82% | 0.58% | - |
| HSV(B) | 227.39º | 0.75% | 0.93% | - |
| XYZ | 21.28 | 15.57 | 81.24 | - |
| YUV | 101.78 | 203.74 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 236 | 0.75 | 0.59 | 0 | 0.07 | 227.39 | 0.82 | 0.58 |
| Hex | 3C | 61 | EC | 4B | 3B | 0 | 7 | E3 | 52 | 3A |
| Octal | 74 | 141 | 354 | 113 | 73 | 0 | 7 | 343 | 122 | 72 |
| Binary | 111100 | 1100001 | 11101100 | 1001011 | 111011 | 0 | 111 | 11100011 | 1010010 | 111010 |
Color Harmonies of #3C61EC
Complementary color
Monochromatic Colors of #3C61EC
Black with #3C61EC
Text Example
Text Example
White with #3C61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C61EC; }
p { color: rgb(60,97,236); }
H1.HeaderClassName
{
color: #3C61EC;
}
.AnyTagClassName
{
color: #3C61EC;
}
</style>
background-color css
<style>
a { background-color: #3C61EC; }
a { background-color: rgb(60,97,236); }
div.DivClassName
{
background-color: #3C61EC;
}
.BgClassName
{
background-color: #3C61EC;
}
</style>
border-color css
<style>
span { border-color: #3C61EC; }
span { border-color: rgb(60,97,236); }
td.TdClassName
{
border-color: #3C61EC;
}
.TagClassName
{
border-color: #3C61EC;
}
</style>