Shades of Royal Blue #3C6BFC
Tints of Royal Blue #3C6BFC
RGB
CMYK
RGB Variations
Color information
#3C6BFC (or 0x3C6BFC) is known color: Royal Blue. HEX triplet: 3C, 6B and FC. RGB value is (60,107,252). Sum of RGB (Red+Green+Blue) = 60+107+252=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6BFC is #C39403. Grayscale: #6C6C6C. Windows color (decimal): -12817412 or 16542524. OLE color: 16542524.
HSL color Cylindrical-coordinate representation of color #3C6BFC: hue angle of 225.31º 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 #3C6BFC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 107 | 252 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.01 |
| HSL | 225.31º | 0.97% | 0.61% | - |
| HSV(B) | 225.31º | 0.76% | 0.99% | - |
| XYZ | 24.69 | 18.5 | 94.37 | - |
| YUV | 109.48 | 208.43 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 252 | 0.76 | 0.58 | 0 | 0.01 | 225.31 | 0.97 | 0.61 |
| Hex | 3C | 6B | FC | 4C | 3A | 0 | 1 | E1 | 61 | 3D |
| Octal | 74 | 153 | 374 | 114 | 72 | 0 | 1 | 341 | 141 | 75 |
| Binary | 111100 | 1101011 | 11111100 | 1001100 | 111010 | 0 | 1 | 11100001 | 1100001 | 111101 |
Color Harmonies of #3C6BFC
Complementary color
Monochromatic Colors of #3C6BFC
Black with #3C6BFC
Text Example
Text Example
White with #3C6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BFC; }
p { color: rgb(60,107,252); }
H1.HeaderClassName
{
color: #3C6BFC;
}
.AnyTagClassName
{
color: #3C6BFC;
}
</style>
background-color css
<style>
a { background-color: #3C6BFC; }
a { background-color: rgb(60,107,252); }
div.DivClassName
{
background-color: #3C6BFC;
}
.BgClassName
{
background-color: #3C6BFC;
}
</style>
border-color css
<style>
span { border-color: #3C6BFC; }
span { border-color: rgb(60,107,252); }
td.TdClassName
{
border-color: #3C6BFC;
}
.TagClassName
{
border-color: #3C6BFC;
}
</style>