Shades of Royal Blue #3C76FC
Tints of Royal Blue #3C76FC
RGB
CMYK
RGB Variations
Color information
#3C76FC (or 0x3C76FC) is known color: Royal Blue. HEX triplet: 3C, 76 and FC. RGB value is (60,118,252). Sum of RGB (Red+Green+Blue) = 60+118+252=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C76FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C76FC is #C38903. Grayscale: #737373. Windows color (decimal): -12814596 or 16545340. OLE color: 16545340.
HSL color Cylindrical-coordinate representation of color #3C76FC: hue angle of 221.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C76FC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 118 | 252 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.01 |
| HSL | 221.88º | 0.97% | 0.61% | - |
| HSV(B) | 221.88º | 0.76% | 0.99% | - |
| XYZ | 25.91 | 20.95 | 94.77 | - |
| YUV | 115.93 | 204.78 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 252 | 0.76 | 0.53 | 0 | 0.01 | 221.88 | 0.97 | 0.61 |
| Hex | 3C | 76 | FC | 4C | 35 | 0 | 1 | DE | 61 | 3D |
| Octal | 74 | 166 | 374 | 114 | 65 | 0 | 1 | 336 | 141 | 75 |
| Binary | 111100 | 1110110 | 11111100 | 1001100 | 110101 | 0 | 1 | 11011110 | 1100001 | 111101 |
Color Harmonies of #3C76FC
Complementary color
Monochromatic Colors of #3C76FC
Black with #3C76FC
Text Example
Text Example
White with #3C76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C76FC; }
p { color: rgb(60,118,252); }
H1.HeaderClassName
{
color: #3C76FC;
}
.AnyTagClassName
{
color: #3C76FC;
}
</style>
background-color css
<style>
a { background-color: #3C76FC; }
a { background-color: rgb(60,118,252); }
div.DivClassName
{
background-color: #3C76FC;
}
.BgClassName
{
background-color: #3C76FC;
}
</style>
border-color css
<style>
span { border-color: #3C76FC; }
span { border-color: rgb(60,118,252); }
td.TdClassName
{
border-color: #3C76FC;
}
.TagClassName
{
border-color: #3C76FC;
}
</style>