Shades of Royal Blue #3F66EA
Tints of Royal Blue #3F66EA
RGB
CMYK
RGB Variations
Color information
#3F66EA (or 0x3F66EA) is known color: Royal Blue. HEX triplet: 3F, 66 and EA. RGB value is (63,102,234). Sum of RGB (Red+Green+Blue) = 63+102+234=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F66EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F66EA is #C09915. Grayscale: #686868. Windows color (decimal): -12622102 or 15361599. OLE color: 15361599.
HSL color Cylindrical-coordinate representation of color #3F66EA: hue angle of 226.32º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F66EA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 102 | 234 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.08 |
| HSL | 226.32º | 0.8% | 0.58% | - |
| HSV(B) | 226.32º | 0.73% | 0.92% | - |
| XYZ | 21.65 | 16.5 | 79.89 | - |
| YUV | 105.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 234 | 0.73 | 0.56 | 0 | 0.08 | 226.32 | 0.8 | 0.58 |
| Hex | 3F | 66 | EA | 49 | 38 | 0 | 8 | E2 | 50 | 3A |
| Octal | 77 | 146 | 352 | 111 | 70 | 0 | 10 | 342 | 120 | 72 |
| Binary | 111111 | 1100110 | 11101010 | 1001001 | 111000 | 0 | 1000 | 11100010 | 1010000 | 111010 |
Color Harmonies of #3F66EA
Complementary color
Monochromatic Colors of #3F66EA
Black with #3F66EA
Text Example
Text Example
White with #3F66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F66EA; }
p { color: rgb(63,102,234); }
H1.HeaderClassName
{
color: #3F66EA;
}
.AnyTagClassName
{
color: #3F66EA;
}
</style>
background-color css
<style>
a { background-color: #3F66EA; }
a { background-color: rgb(63,102,234); }
div.DivClassName
{
background-color: #3F66EA;
}
.BgClassName
{
background-color: #3F66EA;
}
</style>
border-color css
<style>
span { border-color: #3F66EA; }
span { border-color: rgb(63,102,234); }
td.TdClassName
{
border-color: #3F66EA;
}
.TagClassName
{
border-color: #3F66EA;
}
</style>