Shades of Royal Blue #3C7AFA
Tints of Royal Blue #3C7AFA
RGB
CMYK
RGB Variations
Color information
#3C7AFA (or 0x3C7AFA) is known color: Royal Blue. HEX triplet: 3C, 7A and FA. RGB value is (60,122,250). Sum of RGB (Red+Green+Blue) = 60+122+250=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C7AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7AFA is #C38505. Grayscale: #757575. Windows color (decimal): -12813574 or 16415292. OLE color: 16415292.
HSL color Cylindrical-coordinate representation of color #3C7AFA: hue angle of 220.42º 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 #3C7AFA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 122 | 250 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.02 |
| HSL | 220.42º | 0.95% | 0.61% | - |
| HSV(B) | 220.42º | 0.76% | 0.98% | - |
| XYZ | 26.08 | 21.78 | 93.27 | - |
| YUV | 118.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 250 | 0.76 | 0.51 | 0 | 0.02 | 220.42 | 0.95 | 0.61 |
| Hex | 3C | 7A | FA | 4C | 33 | 0 | 2 | DC | 5F | 3D |
| Octal | 74 | 172 | 372 | 114 | 63 | 0 | 2 | 334 | 137 | 75 |
| Binary | 111100 | 1111010 | 11111010 | 1001100 | 110011 | 0 | 10 | 11011100 | 1011111 | 111101 |
Color Harmonies of #3C7AFA
Complementary color
Monochromatic Colors of #3C7AFA
Black with #3C7AFA
Text Example
Text Example
White with #3C7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AFA; }
p { color: rgb(60,122,250); }
H1.HeaderClassName
{
color: #3C7AFA;
}
.AnyTagClassName
{
color: #3C7AFA;
}
</style>
background-color css
<style>
a { background-color: #3C7AFA; }
a { background-color: rgb(60,122,250); }
div.DivClassName
{
background-color: #3C7AFA;
}
.BgClassName
{
background-color: #3C7AFA;
}
</style>
border-color css
<style>
span { border-color: #3C7AFA; }
span { border-color: rgb(60,122,250); }
td.TdClassName
{
border-color: #3C7AFA;
}
.TagClassName
{
border-color: #3C7AFA;
}
</style>