Shades of Royal Blue #3C84EC
Tints of Royal Blue #3C84EC
RGB
CMYK
RGB Variations
Color information
#3C84EC (or 0x3C84EC) is known color: Royal Blue. HEX triplet: 3C, 84 and EC. RGB value is (60,132,236). Sum of RGB (Red+Green+Blue) = 60+132+236=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C84EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C84EC is #C37B13. Grayscale: #797979. Windows color (decimal): -12811028 or 15500348. OLE color: 15500348.
HSL color Cylindrical-coordinate representation of color #3C84EC: hue angle of 215.45º 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 #3C84EC is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 132 | 236 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.07 |
| HSL | 215.45º | 0.82% | 0.58% | - |
| HSV(B) | 215.45º | 0.75% | 0.93% | - |
| XYZ | 25.26 | 23.52 | 82.57 | - |
| YUV | 122.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 236 | 0.75 | 0.44 | 0 | 0.07 | 215.45 | 0.82 | 0.58 |
| Hex | 3C | 84 | EC | 4B | 2C | 0 | 7 | D7 | 52 | 3A |
| Octal | 74 | 204 | 354 | 113 | 54 | 0 | 7 | 327 | 122 | 72 |
| Binary | 111100 | 10000100 | 11101100 | 1001011 | 101100 | 0 | 111 | 11010111 | 1010010 | 111010 |
Color Harmonies of #3C84EC
Complementary color
Monochromatic Colors of #3C84EC
Black with #3C84EC
Text Example
Text Example
White with #3C84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C84EC; }
p { color: rgb(60,132,236); }
H1.HeaderClassName
{
color: #3C84EC;
}
.AnyTagClassName
{
color: #3C84EC;
}
</style>
background-color css
<style>
a { background-color: #3C84EC; }
a { background-color: rgb(60,132,236); }
div.DivClassName
{
background-color: #3C84EC;
}
.BgClassName
{
background-color: #3C84EC;
}
</style>
border-color css
<style>
span { border-color: #3C84EC; }
span { border-color: rgb(60,132,236); }
td.TdClassName
{
border-color: #3C84EC;
}
.TagClassName
{
border-color: #3C84EC;
}
</style>