Shades of Royal Blue #3F74CF
Tints of Royal Blue #3F74CF
RGB
CMYK
RGB Variations
Color information
#3F74CF (or 0x3F74CF) is known color: Royal Blue. HEX triplet: 3F, 74 and CF. RGB value is (63,116,207). Sum of RGB (Red+Green+Blue) = 63+116+207=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F74CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74CF is #C08B30. Grayscale: #6E6E6E. Windows color (decimal): -12618545 or 13595711. OLE color: 13595711.
HSL color Cylindrical-coordinate representation of color #3F74CF: hue angle of 217.92º 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 #3F74CF is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 116 | 207 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.19 |
| HSL | 217.92º | 0.6% | 0.53% | - |
| HSV(B) | 217.92º | 0.7% | 0.81% | - |
| XYZ | 19.56 | 18.05 | 61.49 | - |
| YUV | 110.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 207 | 0.70 | 0.44 | 0 | 0.19 | 217.92 | 0.6 | 0.53 |
| Hex | 3F | 74 | CF | 46 | 2C | 0 | 13 | DA | 3C | 35 |
| Octal | 77 | 164 | 317 | 106 | 54 | 0 | 23 | 332 | 74 | 65 |
| Binary | 111111 | 1110100 | 11001111 | 1000110 | 101100 | 0 | 10011 | 11011010 | 111100 | 110101 |
Color Harmonies of #3F74CF
Complementary color
Monochromatic Colors of #3F74CF
Black with #3F74CF
Text Example
Text Example
White with #3F74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74CF; }
p { color: rgb(63,116,207); }
H1.HeaderClassName
{
color: #3F74CF;
}
.AnyTagClassName
{
color: #3F74CF;
}
</style>
background-color css
<style>
a { background-color: #3F74CF; }
a { background-color: rgb(63,116,207); }
div.DivClassName
{
background-color: #3F74CF;
}
.BgClassName
{
background-color: #3F74CF;
}
</style>
border-color css
<style>
span { border-color: #3F74CF; }
span { border-color: rgb(63,116,207); }
td.TdClassName
{
border-color: #3F74CF;
}
.TagClassName
{
border-color: #3F74CF;
}
</style>