Shades of Royal Blue #3C74FA
Tints of Royal Blue #3C74FA
RGB
CMYK
RGB Variations
Color information
#3C74FA (or 0x3C74FA) is known color: Royal Blue. HEX triplet: 3C, 74 and FA. RGB value is (60,116,250). Sum of RGB (Red+Green+Blue) = 60+116+250=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C74FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C74FA is #C38B05. Grayscale: #717171. Windows color (decimal): -12815110 or 16413756. OLE color: 16413756.
HSL color Cylindrical-coordinate representation of color #3C74FA: hue angle of 222.32º 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 #3C74FA is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 116 | 250 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.02 |
| HSL | 222.32º | 0.95% | 0.61% | - |
| HSV(B) | 222.32º | 0.76% | 0.98% | - |
| XYZ | 25.36 | 20.35 | 93.03 | - |
| YUV | 114.53 | 204.45 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 250 | 0.76 | 0.54 | 0 | 0.02 | 222.32 | 0.95 | 0.61 |
| Hex | 3C | 74 | FA | 4C | 36 | 0 | 2 | DE | 5F | 3D |
| Octal | 74 | 164 | 372 | 114 | 66 | 0 | 2 | 336 | 137 | 75 |
| Binary | 111100 | 1110100 | 11111010 | 1001100 | 110110 | 0 | 10 | 11011110 | 1011111 | 111101 |
Color Harmonies of #3C74FA
Complementary color
Monochromatic Colors of #3C74FA
Black with #3C74FA
Text Example
Text Example
White with #3C74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74FA; }
p { color: rgb(60,116,250); }
H1.HeaderClassName
{
color: #3C74FA;
}
.AnyTagClassName
{
color: #3C74FA;
}
</style>
background-color css
<style>
a { background-color: #3C74FA; }
a { background-color: rgb(60,116,250); }
div.DivClassName
{
background-color: #3C74FA;
}
.BgClassName
{
background-color: #3C74FA;
}
</style>
border-color css
<style>
span { border-color: #3C74FA; }
span { border-color: rgb(60,116,250); }
td.TdClassName
{
border-color: #3C74FA;
}
.TagClassName
{
border-color: #3C74FA;
}
</style>