Shades of Royal Blue #3663FE
Tints of Royal Blue #3663FE
RGB
CMYK
RGB Variations
Color information
#3663FE (or 0x3663FE) is known color: Royal Blue. HEX triplet: 36, 63 and FE. RGB value is (54,99,254). Sum of RGB (Red+Green+Blue) = 54+99+254=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #3663FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3663FE is #C99C01. Grayscale: #666666. Windows color (decimal): -13212674 or 16671542. OLE color: 16671542.
HSL color Cylindrical-coordinate representation of color #3663FE: hue angle of 226.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3663FE is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 99 | 254 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.00 |
| HSL | 226.5º | 0.99% | 0.6% | - |
| HSV(B) | 226.5º | 0.79% | 1% | - |
| XYZ | 23.87 | 16.86 | 95.76 | - |
| YUV | 103.22 | 213.09 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 254 | 0.79 | 0.61 | 0 | 0.00 | 226.5 | 0.99 | 0.6 |
| Hex | 36 | 63 | FE | 4F | 3D | 0 | 0 | E2 | 63 | 3C |
| Octal | 66 | 143 | 376 | 117 | 75 | 0 | 0 | 342 | 143 | 74 |
| Binary | 110110 | 1100011 | 11111110 | 1001111 | 111101 | 0 | 0 | 11100010 | 1100011 | 111100 |
Color Harmonies of #3663FE
Complementary color
Monochromatic Colors of #3663FE
Black with #3663FE
Text Example
Text Example
White with #3663FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663FE; }
p { color: rgb(54,99,254); }
H1.HeaderClassName
{
color: #3663FE;
}
.AnyTagClassName
{
color: #3663FE;
}
</style>
background-color css
<style>
a { background-color: #3663FE; }
a { background-color: rgb(54,99,254); }
div.DivClassName
{
background-color: #3663FE;
}
.BgClassName
{
background-color: #3663FE;
}
</style>
border-color css
<style>
span { border-color: #3663FE; }
span { border-color: rgb(54,99,254); }
td.TdClassName
{
border-color: #3663FE;
}
.TagClassName
{
border-color: #3663FE;
}
</style>