Shades of Royal Blue #3F6ACF
Tints of Royal Blue #3F6ACF
RGB
CMYK
RGB Variations
Color information
#3F6ACF (or 0x3F6ACF) is known color: Royal Blue. HEX triplet: 3F, 6A and CF. RGB value is (63,106,207). Sum of RGB (Red+Green+Blue) = 63+106+207=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6ACF is #C09530. Grayscale: #686868. Windows color (decimal): -12621105 or 13593151. OLE color: 13593151.
HSL color Cylindrical-coordinate representation of color #3F6ACF: hue angle of 222.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F6ACF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 106 | 207 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.19 |
| HSL | 222.08º | 0.6% | 0.53% | - |
| HSV(B) | 222.08º | 0.7% | 0.81% | - |
| XYZ | 18.47 | 15.87 | 61.12 | - |
| YUV | 104.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 207 | 0.70 | 0.49 | 0 | 0.19 | 222.08 | 0.6 | 0.53 |
| Hex | 3F | 6A | CF | 46 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 77 | 152 | 317 | 106 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 111111 | 1101010 | 11001111 | 1000110 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #3F6ACF
Complementary color
Monochromatic Colors of #3F6ACF
Black with #3F6ACF
Text Example
Text Example
White with #3F6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6ACF; }
p { color: rgb(63,106,207); }
H1.HeaderClassName
{
color: #3F6ACF;
}
.AnyTagClassName
{
color: #3F6ACF;
}
</style>
background-color css
<style>
a { background-color: #3F6ACF; }
a { background-color: rgb(63,106,207); }
div.DivClassName
{
background-color: #3F6ACF;
}
.BgClassName
{
background-color: #3F6ACF;
}
</style>
border-color css
<style>
span { border-color: #3F6ACF; }
span { border-color: rgb(63,106,207); }
td.TdClassName
{
border-color: #3F6ACF;
}
.TagClassName
{
border-color: #3F6ACF;
}
</style>