Shades of Royal Blue #3967FA
Tints of Royal Blue #3967FA
RGB
CMYK
RGB Variations
Color information
#3967FA (or 0x3967FA) is known color: Royal Blue. HEX triplet: 39, 67 and FA. RGB value is (57,103,250). Sum of RGB (Red+Green+Blue) = 57+103+250=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #3967FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3967FA is #C69805. Grayscale: #696969. Windows color (decimal): -13015046 or 16410425. OLE color: 16410425.
HSL color Cylindrical-coordinate representation of color #3967FA: hue angle of 225.7º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3967FA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 103 | 250 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.02 |
| HSL | 225.7º | 0.95% | 0.6% | - |
| HSV(B) | 225.7º | 0.77% | 0.98% | - |
| XYZ | 23.79 | 17.47 | 92.56 | - |
| YUV | 106 | 209.26 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 250 | 0.77 | 0.59 | 0 | 0.02 | 225.7 | 0.95 | 0.6 |
| Hex | 39 | 67 | FA | 4D | 3B | 0 | 2 | E2 | 5F | 3C |
| Octal | 71 | 147 | 372 | 115 | 73 | 0 | 2 | 342 | 137 | 74 |
| Binary | 111001 | 1100111 | 11111010 | 1001101 | 111011 | 0 | 10 | 11100010 | 1011111 | 111100 |
Color Harmonies of #3967FA
Complementary color
Monochromatic Colors of #3967FA
Black with #3967FA
Text Example
Text Example
White with #3967FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967FA; }
p { color: rgb(57,103,250); }
H1.HeaderClassName
{
color: #3967FA;
}
.AnyTagClassName
{
color: #3967FA;
}
</style>
background-color css
<style>
a { background-color: #3967FA; }
a { background-color: rgb(57,103,250); }
div.DivClassName
{
background-color: #3967FA;
}
.BgClassName
{
background-color: #3967FA;
}
</style>
border-color css
<style>
span { border-color: #3967FA; }
span { border-color: rgb(57,103,250); }
td.TdClassName
{
border-color: #3967FA;
}
.TagClassName
{
border-color: #3967FA;
}
</style>