Shades of Royal Blue #3C6EFB
Tints of Royal Blue #3C6EFB
RGB
CMYK
RGB Variations
Color information
#3C6EFB (or 0x3C6EFB) is known color: Royal Blue. HEX triplet: 3C, 6E and FB. RGB value is (60,110,251). Sum of RGB (Red+Green+Blue) = 60+110+251=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6EFB is #C39104. Grayscale: #6E6E6E. Windows color (decimal): -12816645 or 16477756. OLE color: 16477756.
HSL color Cylindrical-coordinate representation of color #3C6EFB: hue angle of 224.29º 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 #3C6EFB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 110 | 251 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.02 |
| HSL | 224.29º | 0.96% | 0.61% | - |
| HSV(B) | 224.29º | 0.76% | 0.98% | - |
| XYZ | 24.85 | 19.08 | 93.64 | - |
| YUV | 111.12 | 206.94 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 251 | 0.76 | 0.56 | 0 | 0.02 | 224.29 | 0.96 | 0.61 |
| Hex | 3C | 6E | FB | 4C | 38 | 0 | 2 | E0 | 60 | 3D |
| Octal | 74 | 156 | 373 | 114 | 70 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111100 | 1101110 | 11111011 | 1001100 | 111000 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3C6EFB
Complementary color
Monochromatic Colors of #3C6EFB
Black with #3C6EFB
Text Example
Text Example
White with #3C6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6EFB; }
p { color: rgb(60,110,251); }
H1.HeaderClassName
{
color: #3C6EFB;
}
.AnyTagClassName
{
color: #3C6EFB;
}
</style>
background-color css
<style>
a { background-color: #3C6EFB; }
a { background-color: rgb(60,110,251); }
div.DivClassName
{
background-color: #3C6EFB;
}
.BgClassName
{
background-color: #3C6EFB;
}
</style>
border-color css
<style>
span { border-color: #3C6EFB; }
span { border-color: rgb(60,110,251); }
td.TdClassName
{
border-color: #3C6EFB;
}
.TagClassName
{
border-color: #3C6EFB;
}
</style>