Shades of Royal Blue #3964F8
Tints of Royal Blue #3964F8
RGB
CMYK
RGB Variations
Color information
#3964F8 (or 0x3964F8) is known color: Royal Blue. HEX triplet: 39, 64 and F8. RGB value is (57,100,248). Sum of RGB (Red+Green+Blue) = 57+100+248=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #3964F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3964F8 is #C69B07. Grayscale: #676767. Windows color (decimal): -13015816 or 16278585. OLE color: 16278585.
HSL color Cylindrical-coordinate representation of color #3964F8: hue angle of 226.49º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3964F8 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 100 | 248 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.03 |
| HSL | 226.49º | 0.93% | 0.6% | - |
| HSV(B) | 226.49º | 0.77% | 0.97% | - |
| XYZ | 23.19 | 16.76 | 90.82 | - |
| YUV | 104.02 | 209.25 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 248 | 0.77 | 0.60 | 0 | 0.03 | 226.49 | 0.93 | 0.6 |
| Hex | 39 | 64 | F8 | 4D | 3C | 0 | 3 | E2 | 5D | 3C |
| Octal | 71 | 144 | 370 | 115 | 74 | 0 | 3 | 342 | 135 | 74 |
| Binary | 111001 | 1100100 | 11111000 | 1001101 | 111100 | 0 | 11 | 11100010 | 1011101 | 111100 |
Color Harmonies of #3964F8
Complementary color
Monochromatic Colors of #3964F8
Black with #3964F8
Text Example
Text Example
White with #3964F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964F8; }
p { color: rgb(57,100,248); }
H1.HeaderClassName
{
color: #3964F8;
}
.AnyTagClassName
{
color: #3964F8;
}
</style>
background-color css
<style>
a { background-color: #3964F8; }
a { background-color: rgb(57,100,248); }
div.DivClassName
{
background-color: #3964F8;
}
.BgClassName
{
background-color: #3964F8;
}
</style>
border-color css
<style>
span { border-color: #3964F8; }
span { border-color: rgb(57,100,248); }
td.TdClassName
{
border-color: #3964F8;
}
.TagClassName
{
border-color: #3964F8;
}
</style>