Shades of Royal Blue #3C88EC
Tints of Royal Blue #3C88EC
RGB
CMYK
RGB Variations
Color information
#3C88EC (or 0x3C88EC) is known color: Royal Blue. HEX triplet: 3C, 88 and EC. RGB value is (60,136,236). Sum of RGB (Red+Green+Blue) = 60+136+236=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C88EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C88EC is #C37713. Grayscale: #7C7C7C. Windows color (decimal): -12810004 or 15501372. OLE color: 15501372.
HSL color Cylindrical-coordinate representation of color #3C88EC: hue angle of 214.09º 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 #3C88EC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 136 | 236 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.07 |
| HSL | 214.09º | 0.82% | 0.58% | - |
| HSV(B) | 214.09º | 0.75% | 0.93% | - |
| XYZ | 25.81 | 24.63 | 82.75 | - |
| YUV | 124.68 | 190.82 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 236 | 0.75 | 0.42 | 0 | 0.07 | 214.09 | 0.82 | 0.58 |
| Hex | 3C | 88 | EC | 4B | 2A | 0 | 7 | D6 | 52 | 3A |
| Octal | 74 | 210 | 354 | 113 | 52 | 0 | 7 | 326 | 122 | 72 |
| Binary | 111100 | 10001000 | 11101100 | 1001011 | 101010 | 0 | 111 | 11010110 | 1010010 | 111010 |
Color Harmonies of #3C88EC
Complementary color
Monochromatic Colors of #3C88EC
Black with #3C88EC
Text Example
Text Example
White with #3C88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C88EC; }
p { color: rgb(60,136,236); }
H1.HeaderClassName
{
color: #3C88EC;
}
.AnyTagClassName
{
color: #3C88EC;
}
</style>
background-color css
<style>
a { background-color: #3C88EC; }
a { background-color: rgb(60,136,236); }
div.DivClassName
{
background-color: #3C88EC;
}
.BgClassName
{
background-color: #3C88EC;
}
</style>
border-color css
<style>
span { border-color: #3C88EC; }
span { border-color: rgb(60,136,236); }
td.TdClassName
{
border-color: #3C88EC;
}
.TagClassName
{
border-color: #3C88EC;
}
</style>