Shades of Royal Blue #3C6DFB
Tints of Royal Blue #3C6DFB
RGB
CMYK
RGB Variations
Color information
#3C6DFB (or 0x3C6DFB) is known color: Royal Blue. HEX triplet: 3C, 6D and FB. RGB value is (60,109,251). Sum of RGB (Red+Green+Blue) = 60+109+251=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6DFB is #C39204. Grayscale: #6D6D6D. Windows color (decimal): -12816901 or 16477500. OLE color: 16477500.
HSL color Cylindrical-coordinate representation of color #3C6DFB: hue angle of 224.61º degrees, saturation: 0.96, 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 #3C6DFB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 109 | 251 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.02 |
| HSL | 224.61º | 0.96% | 0.61% | - |
| HSV(B) | 224.61º | 0.76% | 0.98% | - |
| XYZ | 24.74 | 18.86 | 93.6 | - |
| YUV | 110.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 251 | 0.76 | 0.57 | 0 | 0.02 | 224.61 | 0.96 | 0.61 |
| Hex | 3C | 6D | FB | 4C | 39 | 0 | 2 | E1 | 60 | 3D |
| Octal | 74 | 155 | 373 | 114 | 71 | 0 | 2 | 341 | 140 | 75 |
| Binary | 111100 | 1101101 | 11111011 | 1001100 | 111001 | 0 | 10 | 11100001 | 1100000 | 111101 |
Color Harmonies of #3C6DFB
Complementary color
Monochromatic Colors of #3C6DFB
Black with #3C6DFB
Text Example
Text Example
White with #3C6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DFB; }
p { color: rgb(60,109,251); }
H1.HeaderClassName
{
color: #3C6DFB;
}
.AnyTagClassName
{
color: #3C6DFB;
}
</style>
background-color css
<style>
a { background-color: #3C6DFB; }
a { background-color: rgb(60,109,251); }
div.DivClassName
{
background-color: #3C6DFB;
}
.BgClassName
{
background-color: #3C6DFB;
}
</style>
border-color css
<style>
span { border-color: #3C6DFB; }
span { border-color: rgb(60,109,251); }
td.TdClassName
{
border-color: #3C6DFB;
}
.TagClassName
{
border-color: #3C6DFB;
}
</style>