Shades of Royal Blue #3C6FFC
Tints of Royal Blue #3C6FFC
RGB
CMYK
RGB Variations
Color information
#3C6FFC (or 0x3C6FFC) is known color: Royal Blue. HEX triplet: 3C, 6F and FC. RGB value is (60,111,252). Sum of RGB (Red+Green+Blue) = 60+111+252=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6FFC is #C39003. Grayscale: #6F6F6F. Windows color (decimal): -12816388 or 16543548. OLE color: 16543548.
HSL color Cylindrical-coordinate representation of color #3C6FFC: hue angle of 224.06º 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 #3C6FFC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 111 | 252 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.01 |
| HSL | 224.06º | 0.97% | 0.61% | - |
| HSV(B) | 224.06º | 0.76% | 0.99% | - |
| XYZ | 25.12 | 19.36 | 94.51 | - |
| YUV | 111.83 | 207.1 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 252 | 0.76 | 0.56 | 0 | 0.01 | 224.06 | 0.97 | 0.61 |
| Hex | 3C | 6F | FC | 4C | 38 | 0 | 1 | E0 | 61 | 3D |
| Octal | 74 | 157 | 374 | 114 | 70 | 0 | 1 | 340 | 141 | 75 |
| Binary | 111100 | 1101111 | 11111100 | 1001100 | 111000 | 0 | 1 | 11100000 | 1100001 | 111101 |
Color Harmonies of #3C6FFC
Complementary color
Monochromatic Colors of #3C6FFC
Black with #3C6FFC
Text Example
Text Example
White with #3C6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FFC; }
p { color: rgb(60,111,252); }
H1.HeaderClassName
{
color: #3C6FFC;
}
.AnyTagClassName
{
color: #3C6FFC;
}
</style>
background-color css
<style>
a { background-color: #3C6FFC; }
a { background-color: rgb(60,111,252); }
div.DivClassName
{
background-color: #3C6FFC;
}
.BgClassName
{
background-color: #3C6FFC;
}
</style>
border-color css
<style>
span { border-color: #3C6FFC; }
span { border-color: rgb(60,111,252); }
td.TdClassName
{
border-color: #3C6FFC;
}
.TagClassName
{
border-color: #3C6FFC;
}
</style>