Shades of Royal Blue #3C6EFA
Tints of Royal Blue #3C6EFA
RGB
CMYK
RGB Variations
Color information
#3C6EFA (or 0x3C6EFA) is known color: Royal Blue. HEX triplet: 3C, 6E and FA. RGB value is (60,110,250). Sum of RGB (Red+Green+Blue) = 60+110+250=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6EFA is #C39105. Grayscale: #6E6E6E. Windows color (decimal): -12816646 or 16412220. OLE color: 16412220.
HSL color Cylindrical-coordinate representation of color #3C6EFA: hue angle of 224.21º 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 #3C6EFA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 110 | 250 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.02 |
| HSL | 224.21º | 0.95% | 0.61% | - |
| HSV(B) | 224.21º | 0.76% | 0.98% | - |
| XYZ | 24.69 | 19.01 | 92.81 | - |
| YUV | 111.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 250 | 0.76 | 0.56 | 0 | 0.02 | 224.21 | 0.95 | 0.61 |
| Hex | 3C | 6E | FA | 4C | 38 | 0 | 2 | E0 | 5F | 3D |
| Octal | 74 | 156 | 372 | 114 | 70 | 0 | 2 | 340 | 137 | 75 |
| Binary | 111100 | 1101110 | 11111010 | 1001100 | 111000 | 0 | 10 | 11100000 | 1011111 | 111101 |
Color Harmonies of #3C6EFA
Complementary color
Monochromatic Colors of #3C6EFA
Black with #3C6EFA
Text Example
Text Example
White with #3C6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6EFA; }
p { color: rgb(60,110,250); }
H1.HeaderClassName
{
color: #3C6EFA;
}
.AnyTagClassName
{
color: #3C6EFA;
}
</style>
background-color css
<style>
a { background-color: #3C6EFA; }
a { background-color: rgb(60,110,250); }
div.DivClassName
{
background-color: #3C6EFA;
}
.BgClassName
{
background-color: #3C6EFA;
}
</style>
border-color css
<style>
span { border-color: #3C6EFA; }
span { border-color: rgb(60,110,250); }
td.TdClassName
{
border-color: #3C6EFA;
}
.TagClassName
{
border-color: #3C6EFA;
}
</style>