Shades of Royal Blue #3D64FE
Tints of Royal Blue #3D64FE
RGB
CMYK
RGB Variations
Color information
#3D64FE (or 0x3D64FE) is known color: Royal Blue. HEX triplet: 3D, 64 and FE. RGB value is (61,100,254). Sum of RGB (Red+Green+Blue) = 61+100+254=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D64FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D64FE is #C29B01. Grayscale: #696969. Windows color (decimal): -12753666 or 16671805. OLE color: 16671805.
HSL color Cylindrical-coordinate representation of color #3D64FE: hue angle of 227.88º 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 #3D64FE is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 100 | 254 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.00 |
| HSL | 227.88º | 0.99% | 0.62% | - |
| HSV(B) | 227.88º | 0.76% | 1% | - |
| XYZ | 24.37 | 17.26 | 95.81 | - |
| YUV | 105.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 254 | 0.76 | 0.61 | 0 | 0.00 | 227.88 | 0.99 | 0.62 |
| Hex | 3D | 64 | FE | 4C | 3D | 0 | 0 | E4 | 63 | 3E |
| Octal | 75 | 144 | 376 | 114 | 75 | 0 | 0 | 344 | 143 | 76 |
| Binary | 111101 | 1100100 | 11111110 | 1001100 | 111101 | 0 | 0 | 11100100 | 1100011 | 111110 |
Color Harmonies of #3D64FE
Complementary color
Monochromatic Colors of #3D64FE
Black with #3D64FE
Text Example
Text Example
White with #3D64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D64FE; }
p { color: rgb(61,100,254); }
H1.HeaderClassName
{
color: #3D64FE;
}
.AnyTagClassName
{
color: #3D64FE;
}
</style>
background-color css
<style>
a { background-color: #3D64FE; }
a { background-color: rgb(61,100,254); }
div.DivClassName
{
background-color: #3D64FE;
}
.BgClassName
{
background-color: #3D64FE;
}
</style>
border-color css
<style>
span { border-color: #3D64FE; }
span { border-color: rgb(61,100,254); }
td.TdClassName
{
border-color: #3D64FE;
}
.TagClassName
{
border-color: #3D64FE;
}
</style>