Shades of Royal Blue #3C64FA
Tints of Royal Blue #3C64FA
RGB
CMYK
RGB Variations
Color information
#3C64FA (or 0x3C64FA) is known color: Royal Blue. HEX triplet: 3C, 64 and FA. RGB value is (60,100,250). Sum of RGB (Red+Green+Blue) = 60+100+250=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C64FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C64FA is #C39B05. Grayscale: #686868. Windows color (decimal): -12819206 or 16409660. OLE color: 16409660.
HSL color Cylindrical-coordinate representation of color #3C64FA: hue angle of 227.37º degrees, saturation: 0.95, 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 #3C64FA is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 100 | 250 | - |
| CMYK | 0.76 | 0.6 | 0 | 0.02 |
| HSL | 227.37º | 0.95% | 0.61% | - |
| HSV(B) | 227.37º | 0.76% | 0.98% | - |
| XYZ | 23.68 | 16.98 | 92.47 | - |
| YUV | 105.14 | 209.75 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 250 | 0.76 | 0.6 | 0 | 0.02 | 227.37 | 0.95 | 0.61 |
| Hex | 3C | 64 | FA | 4C | 3C | 0 | 2 | E3 | 5F | 3D |
| Octal | 74 | 144 | 372 | 114 | 74 | 0 | 2 | 343 | 137 | 75 |
| Binary | 111100 | 1100100 | 11111010 | 1001100 | 111100 | 0 | 10 | 11100011 | 1011111 | 111101 |
Color Harmonies of #3C64FA
Complementary color
Monochromatic Colors of #3C64FA
Black with #3C64FA
Text Example
Text Example
White with #3C64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64FA; }
p { color: rgb(60,100,250); }
H1.HeaderClassName
{
color: #3C64FA;
}
.AnyTagClassName
{
color: #3C64FA;
}
</style>
background-color css
<style>
a { background-color: #3C64FA; }
a { background-color: rgb(60,100,250); }
div.DivClassName
{
background-color: #3C64FA;
}
.BgClassName
{
background-color: #3C64FA;
}
</style>
border-color css
<style>
span { border-color: #3C64FA; }
span { border-color: rgb(60,100,250); }
td.TdClassName
{
border-color: #3C64FA;
}
.TagClassName
{
border-color: #3C64FA;
}
</style>