Shades of Royal Blue #3C6AFB
Tints of Royal Blue #3C6AFB
RGB
CMYK
RGB Variations
Color information
#3C6AFB (or 0x3C6AFB) is known color: Royal Blue. HEX triplet: 3C, 6A and FB. RGB value is (60,106,251). Sum of RGB (Red+Green+Blue) = 60+106+251=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C6AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6AFB is #C39504. Grayscale: #6C6C6C. Windows color (decimal): -12817669 or 16476732. OLE color: 16476732.
HSL color Cylindrical-coordinate representation of color #3C6AFB: hue angle of 225.55º 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 #3C6AFB is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 106 | 251 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.02 |
| HSL | 225.55º | 0.96% | 0.61% | - |
| HSV(B) | 225.55º | 0.76% | 0.98% | - |
| XYZ | 24.43 | 18.23 | 93.5 | - |
| YUV | 108.78 | 208.26 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 251 | 0.76 | 0.58 | 0 | 0.02 | 225.55 | 0.96 | 0.61 |
| Hex | 3C | 6A | FB | 4C | 3A | 0 | 2 | E2 | 60 | 3D |
| Octal | 74 | 152 | 373 | 114 | 72 | 0 | 2 | 342 | 140 | 75 |
| Binary | 111100 | 1101010 | 11111011 | 1001100 | 111010 | 0 | 10 | 11100010 | 1100000 | 111101 |
Color Harmonies of #3C6AFB
Complementary color
Monochromatic Colors of #3C6AFB
Black with #3C6AFB
Text Example
Text Example
White with #3C6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6AFB; }
p { color: rgb(60,106,251); }
H1.HeaderClassName
{
color: #3C6AFB;
}
.AnyTagClassName
{
color: #3C6AFB;
}
</style>
background-color css
<style>
a { background-color: #3C6AFB; }
a { background-color: rgb(60,106,251); }
div.DivClassName
{
background-color: #3C6AFB;
}
.BgClassName
{
background-color: #3C6AFB;
}
</style>
border-color css
<style>
span { border-color: #3C6AFB; }
span { border-color: rgb(60,106,251); }
td.TdClassName
{
border-color: #3C6AFB;
}
.TagClassName
{
border-color: #3C6AFB;
}
</style>