Shades of Royal Blue #3C6DFA
Tints of Royal Blue #3C6DFA
RGB
CMYK
RGB Variations
Color information
#3C6DFA (or 0x3C6DFA) is known color: Royal Blue. HEX triplet: 3C, 6D and FA. RGB value is (60,109,250). Sum of RGB (Red+Green+Blue) = 60+109+250=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C6DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6DFA is #C39205. Grayscale: #6D6D6D. Windows color (decimal): -12816902 or 16411964. OLE color: 16411964.
HSL color Cylindrical-coordinate representation of color #3C6DFA: hue angle of 224.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C6DFA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 109 | 250 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.02 |
| HSL | 224.53º | 0.95% | 0.61% | - |
| HSV(B) | 224.53º | 0.76% | 0.98% | - |
| XYZ | 24.59 | 18.8 | 92.78 | - |
| YUV | 110.42 | 206.77 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 250 | 0.76 | 0.56 | 0 | 0.02 | 224.53 | 0.95 | 0.61 |
| Hex | 3C | 6D | FA | 4C | 38 | 0 | 2 | E1 | 5F | 3D |
| Octal | 74 | 155 | 372 | 114 | 70 | 0 | 2 | 341 | 137 | 75 |
| Binary | 111100 | 1101101 | 11111010 | 1001100 | 111000 | 0 | 10 | 11100001 | 1011111 | 111101 |
Color Harmonies of #3C6DFA
Complementary color
Monochromatic Colors of #3C6DFA
Black with #3C6DFA
Text Example
Text Example
White with #3C6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DFA; }
p { color: rgb(60,109,250); }
H1.HeaderClassName
{
color: #3C6DFA;
}
.AnyTagClassName
{
color: #3C6DFA;
}
</style>
background-color css
<style>
a { background-color: #3C6DFA; }
a { background-color: rgb(60,109,250); }
div.DivClassName
{
background-color: #3C6DFA;
}
.BgClassName
{
background-color: #3C6DFA;
}
</style>
border-color css
<style>
span { border-color: #3C6DFA; }
span { border-color: rgb(60,109,250); }
td.TdClassName
{
border-color: #3C6DFA;
}
.TagClassName
{
border-color: #3C6DFA;
}
</style>