Shades of Royal Blue #3C6CEC
Tints of Royal Blue #3C6CEC
RGB
CMYK
RGB Variations
Color information
#3C6CEC (or 0x3C6CEC) is known color: Royal Blue. HEX triplet: 3C, 6C and EC. RGB value is (60,108,236). Sum of RGB (Red+Green+Blue) = 60+108+236=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C6CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6CEC is #C39313. Grayscale: #6B6B6B. Windows color (decimal): -12817172 or 15494204. OLE color: 15494204.
HSL color Cylindrical-coordinate representation of color #3C6CEC: hue angle of 223.64º 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 #3C6CEC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 108 | 236 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.07 |
| HSL | 223.64º | 0.82% | 0.58% | - |
| HSV(B) | 223.64º | 0.75% | 0.93% | - |
| XYZ | 22.37 | 17.74 | 81.6 | - |
| YUV | 108.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 236 | 0.75 | 0.54 | 0 | 0.07 | 223.64 | 0.82 | 0.58 |
| Hex | 3C | 6C | EC | 4B | 36 | 0 | 7 | E0 | 52 | 3A |
| Octal | 74 | 154 | 354 | 113 | 66 | 0 | 7 | 340 | 122 | 72 |
| Binary | 111100 | 1101100 | 11101100 | 1001011 | 110110 | 0 | 111 | 11100000 | 1010010 | 111010 |
Color Harmonies of #3C6CEC
Complementary color
Monochromatic Colors of #3C6CEC
Black with #3C6CEC
Text Example
Text Example
White with #3C6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6CEC; }
p { color: rgb(60,108,236); }
H1.HeaderClassName
{
color: #3C6CEC;
}
.AnyTagClassName
{
color: #3C6CEC;
}
</style>
background-color css
<style>
a { background-color: #3C6CEC; }
a { background-color: rgb(60,108,236); }
div.DivClassName
{
background-color: #3C6CEC;
}
.BgClassName
{
background-color: #3C6CEC;
}
</style>
border-color css
<style>
span { border-color: #3C6CEC; }
span { border-color: rgb(60,108,236); }
td.TdClassName
{
border-color: #3C6CEC;
}
.TagClassName
{
border-color: #3C6CEC;
}
</style>