Shades of Royal Blue #3C6AEC
Tints of Royal Blue #3C6AEC
RGB
CMYK
RGB Variations
Color information
#3C6AEC (or 0x3C6AEC) is known color: Royal Blue. HEX triplet: 3C, 6A and EC. RGB value is (60,106,236). Sum of RGB (Red+Green+Blue) = 60+106+236=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C6AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6AEC is #C39513. Grayscale: #6A6A6A. Windows color (decimal): -12817684 or 15493692. OLE color: 15493692.
HSL color Cylindrical-coordinate representation of color #3C6AEC: hue angle of 224.32º 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 #3C6AEC is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 106 | 236 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.07 |
| HSL | 224.32º | 0.82% | 0.58% | - |
| HSV(B) | 224.32º | 0.75% | 0.93% | - |
| XYZ | 22.16 | 17.32 | 81.53 | - |
| YUV | 107.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 236 | 0.75 | 0.55 | 0 | 0.07 | 224.32 | 0.82 | 0.58 |
| Hex | 3C | 6A | EC | 4B | 37 | 0 | 7 | E0 | 52 | 3A |
| Octal | 74 | 152 | 354 | 113 | 67 | 0 | 7 | 340 | 122 | 72 |
| Binary | 111100 | 1101010 | 11101100 | 1001011 | 110111 | 0 | 111 | 11100000 | 1010010 | 111010 |
Color Harmonies of #3C6AEC
Complementary color
Monochromatic Colors of #3C6AEC
Black with #3C6AEC
Text Example
Text Example
White with #3C6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6AEC; }
p { color: rgb(60,106,236); }
H1.HeaderClassName
{
color: #3C6AEC;
}
.AnyTagClassName
{
color: #3C6AEC;
}
</style>
background-color css
<style>
a { background-color: #3C6AEC; }
a { background-color: rgb(60,106,236); }
div.DivClassName
{
background-color: #3C6AEC;
}
.BgClassName
{
background-color: #3C6AEC;
}
</style>
border-color css
<style>
span { border-color: #3C6AEC; }
span { border-color: rgb(60,106,236); }
td.TdClassName
{
border-color: #3C6AEC;
}
.TagClassName
{
border-color: #3C6AEC;
}
</style>