Shades of Royal Blue #3F68EB
Tints of Royal Blue #3F68EB
RGB
CMYK
RGB Variations
Color information
#3F68EB (or 0x3F68EB) is known color: Royal Blue. HEX triplet: 3F, 68 and EB. RGB value is (63,104,235). Sum of RGB (Red+Green+Blue) = 63+104+235=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F68EB is #C09714. Grayscale: #6A6A6A. Windows color (decimal): -12621589 or 15427647. OLE color: 15427647.
HSL color Cylindrical-coordinate representation of color #3F68EB: hue angle of 225.7º degrees, saturation: 0.81, 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 #3F68EB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 104 | 235 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.08 |
| HSL | 225.7º | 0.81% | 0.58% | - |
| HSV(B) | 225.7º | 0.73% | 0.92% | - |
| XYZ | 22 | 16.96 | 80.71 | - |
| YUV | 106.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 235 | 0.73 | 0.56 | 0 | 0.08 | 225.7 | 0.81 | 0.58 |
| Hex | 3F | 68 | EB | 49 | 38 | 0 | 8 | E2 | 51 | 3A |
| Octal | 77 | 150 | 353 | 111 | 70 | 0 | 10 | 342 | 121 | 72 |
| Binary | 111111 | 1101000 | 11101011 | 1001001 | 111000 | 0 | 1000 | 11100010 | 1010001 | 111010 |
Color Harmonies of #3F68EB
Complementary color
Monochromatic Colors of #3F68EB
Black with #3F68EB
Text Example
Text Example
White with #3F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68EB; }
p { color: rgb(63,104,235); }
H1.HeaderClassName
{
color: #3F68EB;
}
.AnyTagClassName
{
color: #3F68EB;
}
</style>
background-color css
<style>
a { background-color: #3F68EB; }
a { background-color: rgb(63,104,235); }
div.DivClassName
{
background-color: #3F68EB;
}
.BgClassName
{
background-color: #3F68EB;
}
</style>
border-color css
<style>
span { border-color: #3F68EB; }
span { border-color: rgb(63,104,235); }
td.TdClassName
{
border-color: #3F68EB;
}
.TagClassName
{
border-color: #3F68EB;
}
</style>