Shades of Royal Blue #3D63F4
Tints of Royal Blue #3D63F4
RGB
CMYK
RGB Variations
Color information
#3D63F4 (or 0x3D63F4) is known color: Royal Blue. HEX triplet: 3D, 63 and F4. RGB value is (61,99,244). Sum of RGB (Red+Green+Blue) = 61+99+244=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D63F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D63F4 is #C29C0B. Grayscale: #676767. Windows color (decimal): -12753932 or 16016189. OLE color: 16016189.
HSL color Cylindrical-coordinate representation of color #3D63F4: hue angle of 227.54º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D63F4 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 99 | 244 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.04 |
| HSL | 227.54º | 0.89% | 0.6% | - |
| HSV(B) | 227.54º | 0.75% | 0.96% | - |
| XYZ | 22.72 | 16.45 | 87.57 | - |
| YUV | 104.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 244 | 0.75 | 0.59 | 0 | 0.04 | 227.54 | 0.89 | 0.6 |
| Hex | 3D | 63 | F4 | 4B | 3B | 0 | 4 | E4 | 59 | 3C |
| Octal | 75 | 143 | 364 | 113 | 73 | 0 | 4 | 344 | 131 | 74 |
| Binary | 111101 | 1100011 | 11110100 | 1001011 | 111011 | 0 | 100 | 11100100 | 1011001 | 111100 |
Color Harmonies of #3D63F4
Complementary color
Monochromatic Colors of #3D63F4
Black with #3D63F4
Text Example
Text Example
White with #3D63F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D63F4; }
p { color: rgb(61,99,244); }
H1.HeaderClassName
{
color: #3D63F4;
}
.AnyTagClassName
{
color: #3D63F4;
}
</style>
background-color css
<style>
a { background-color: #3D63F4; }
a { background-color: rgb(61,99,244); }
div.DivClassName
{
background-color: #3D63F4;
}
.BgClassName
{
background-color: #3D63F4;
}
</style>
border-color css
<style>
span { border-color: #3D63F4; }
span { border-color: rgb(61,99,244); }
td.TdClassName
{
border-color: #3D63F4;
}
.TagClassName
{
border-color: #3D63F4;
}
</style>