Shades of Royal Blue #3F6FEC
Tints of Royal Blue #3F6FEC
RGB
CMYK
RGB Variations
Color information
#3F6FEC (or 0x3F6FEC) is known color: Royal Blue. HEX triplet: 3F, 6F and EC. RGB value is (63,111,236). Sum of RGB (Red+Green+Blue) = 63+111+236=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F6FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6FEC is #C09013. Grayscale: #6E6E6E. Windows color (decimal): -12619796 or 15494975. OLE color: 15494975.
HSL color Cylindrical-coordinate representation of color #3F6FEC: hue angle of 223.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F6FEC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 111 | 236 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.07 |
| HSL | 223.35º | 0.82% | 0.59% | - |
| HSV(B) | 223.35º | 0.73% | 0.93% | - |
| XYZ | 22.87 | 18.48 | 81.72 | - |
| YUV | 110.9 | 198.6 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 236 | 0.73 | 0.53 | 0 | 0.07 | 223.35 | 0.82 | 0.59 |
| Hex | 3F | 6F | EC | 49 | 35 | 0 | 7 | DF | 52 | 3B |
| Octal | 77 | 157 | 354 | 111 | 65 | 0 | 7 | 337 | 122 | 73 |
| Binary | 111111 | 1101111 | 11101100 | 1001001 | 110101 | 0 | 111 | 11011111 | 1010010 | 111011 |
Color Harmonies of #3F6FEC
Complementary color
Monochromatic Colors of #3F6FEC
Black with #3F6FEC
Text Example
Text Example
White with #3F6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6FEC; }
p { color: rgb(63,111,236); }
H1.HeaderClassName
{
color: #3F6FEC;
}
.AnyTagClassName
{
color: #3F6FEC;
}
</style>
background-color css
<style>
a { background-color: #3F6FEC; }
a { background-color: rgb(63,111,236); }
div.DivClassName
{
background-color: #3F6FEC;
}
.BgClassName
{
background-color: #3F6FEC;
}
</style>
border-color css
<style>
span { border-color: #3F6FEC; }
span { border-color: rgb(63,111,236); }
td.TdClassName
{
border-color: #3F6FEC;
}
.TagClassName
{
border-color: #3F6FEC;
}
</style>