Shades of Royal Blue #3F69E7
Tints of Royal Blue #3F69E7
RGB
CMYK
RGB Variations
Color information
#3F69E7 (or 0x3F69E7) is known color: Royal Blue. HEX triplet: 3F, 69 and E7. RGB value is (63,105,231). Sum of RGB (Red+Green+Blue) = 63+105+231=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F69E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F69E7 is #C09618. Grayscale: #6A6A6A. Windows color (decimal): -12621337 or 15165759. OLE color: 15165759.
HSL color Cylindrical-coordinate representation of color #3F69E7: hue angle of 225º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F69E7 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 105 | 231 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.09 |
| HSL | 225º | 0.78% | 0.58% | - |
| HSV(B) | 225º | 0.73% | 0.91% | - |
| XYZ | 21.53 | 16.93 | 77.73 | - |
| YUV | 106.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 231 | 0.73 | 0.55 | 0 | 0.09 | 225 | 0.78 | 0.58 |
| Hex | 3F | 69 | E7 | 49 | 37 | 0 | 9 | E1 | 4E | 3A |
| Octal | 77 | 151 | 347 | 111 | 67 | 0 | 11 | 341 | 116 | 72 |
| Binary | 111111 | 1101001 | 11100111 | 1001001 | 110111 | 0 | 1001 | 11100001 | 1001110 | 111010 |
Color Harmonies of #3F69E7
Complementary color
Monochromatic Colors of #3F69E7
Black with #3F69E7
Text Example
Text Example
White with #3F69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69E7; }
p { color: rgb(63,105,231); }
H1.HeaderClassName
{
color: #3F69E7;
}
.AnyTagClassName
{
color: #3F69E7;
}
</style>
background-color css
<style>
a { background-color: #3F69E7; }
a { background-color: rgb(63,105,231); }
div.DivClassName
{
background-color: #3F69E7;
}
.BgClassName
{
background-color: #3F69E7;
}
</style>
border-color css
<style>
span { border-color: #3F69E7; }
span { border-color: rgb(63,105,231); }
td.TdClassName
{
border-color: #3F69E7;
}
.TagClassName
{
border-color: #3F69E7;
}
</style>