Shades of Royal Blue #3C63FE
Tints of Royal Blue #3C63FE
RGB
CMYK
RGB Variations
Color information
#3C63FE (or 0x3C63FE) is known color: Royal Blue. HEX triplet: 3C, 63 and FE. RGB value is (60,99,254). Sum of RGB (Red+Green+Blue) = 60+99+254=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C63FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C63FE is #C39C01. Grayscale: #686868. Windows color (decimal): -12819458 or 16671548. OLE color: 16671548.
HSL color Cylindrical-coordinate representation of color #3C63FE: hue angle of 227.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C63FE is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 99 | 254 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.00 |
| HSL | 227.94º | 0.99% | 0.62% | - |
| HSV(B) | 227.94º | 0.76% | 1% | - |
| XYZ | 24.21 | 17.04 | 95.78 | - |
| YUV | 105.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 254 | 0.76 | 0.61 | 0 | 0.00 | 227.94 | 0.99 | 0.62 |
| Hex | 3C | 63 | FE | 4C | 3D | 0 | 0 | E4 | 63 | 3E |
| Octal | 74 | 143 | 376 | 114 | 75 | 0 | 0 | 344 | 143 | 76 |
| Binary | 111100 | 1100011 | 11111110 | 1001100 | 111101 | 0 | 0 | 11100100 | 1100011 | 111110 |
Color Harmonies of #3C63FE
Complementary color
Monochromatic Colors of #3C63FE
Black with #3C63FE
Text Example
Text Example
White with #3C63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C63FE; }
p { color: rgb(60,99,254); }
H1.HeaderClassName
{
color: #3C63FE;
}
.AnyTagClassName
{
color: #3C63FE;
}
</style>
background-color css
<style>
a { background-color: #3C63FE; }
a { background-color: rgb(60,99,254); }
div.DivClassName
{
background-color: #3C63FE;
}
.BgClassName
{
background-color: #3C63FE;
}
</style>
border-color css
<style>
span { border-color: #3C63FE; }
span { border-color: rgb(60,99,254); }
td.TdClassName
{
border-color: #3C63FE;
}
.TagClassName
{
border-color: #3C63FE;
}
</style>