Shades of Royal Blue #3C64F6
Tints of Royal Blue #3C64F6
RGB
CMYK
RGB Variations
Color information
#3C64F6 (or 0x3C64F6) is known color: Royal Blue. HEX triplet: 3C, 64 and F6. RGB value is (60,100,246). Sum of RGB (Red+Green+Blue) = 60+100+246=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C64F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C64F6 is #C39B09. Grayscale: #686868. Windows color (decimal): -12819210 or 16147516. OLE color: 16147516.
HSL color Cylindrical-coordinate representation of color #3C64F6: hue angle of 227.1º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C64F6 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 100 | 246 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.04 |
| HSL | 227.1º | 0.91% | 0.6% | - |
| HSV(B) | 227.1º | 0.76% | 0.96% | - |
| XYZ | 23.06 | 16.73 | 89.2 | - |
| YUV | 104.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 246 | 0.76 | 0.59 | 0 | 0.04 | 227.1 | 0.91 | 0.6 |
| Hex | 3C | 64 | F6 | 4C | 3B | 0 | 4 | E3 | 5B | 3C |
| Octal | 74 | 144 | 366 | 114 | 73 | 0 | 4 | 343 | 133 | 74 |
| Binary | 111100 | 1100100 | 11110110 | 1001100 | 111011 | 0 | 100 | 11100011 | 1011011 | 111100 |
Color Harmonies of #3C64F6
Complementary color
Monochromatic Colors of #3C64F6
Black with #3C64F6
Text Example
Text Example
White with #3C64F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64F6; }
p { color: rgb(60,100,246); }
H1.HeaderClassName
{
color: #3C64F6;
}
.AnyTagClassName
{
color: #3C64F6;
}
</style>
background-color css
<style>
a { background-color: #3C64F6; }
a { background-color: rgb(60,100,246); }
div.DivClassName
{
background-color: #3C64F6;
}
.BgClassName
{
background-color: #3C64F6;
}
</style>
border-color css
<style>
span { border-color: #3C64F6; }
span { border-color: rgb(60,100,246); }
td.TdClassName
{
border-color: #3C64F6;
}
.TagClassName
{
border-color: #3C64F6;
}
</style>