Shades of Royal Blue #3F71CC
Tints of Royal Blue #3F71CC
RGB
CMYK
RGB Variations
Color information
#3F71CC (or 0x3F71CC) is known color: Royal Blue. HEX triplet: 3F, 71 and CC. RGB value is (63,113,204). Sum of RGB (Red+Green+Blue) = 63+113+204=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F71CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71CC is #C08E33. Grayscale: #6C6C6C. Windows color (decimal): -12619316 or 13398335. OLE color: 13398335.
HSL color Cylindrical-coordinate representation of color #3F71CC: hue angle of 218.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F71CC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 113 | 204 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.2 |
| HSL | 218.72º | 0.58% | 0.52% | - |
| HSV(B) | 218.72º | 0.69% | 0.8% | - |
| XYZ | 18.85 | 17.23 | 59.46 | - |
| YUV | 108.42 | 181.94 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 204 | 0.69 | 0.45 | 0 | 0.2 | 218.72 | 0.58 | 0.52 |
| Hex | 3F | 71 | CC | 45 | 2D | 0 | 14 | DB | 3A | 34 |
| Octal | 77 | 161 | 314 | 105 | 55 | 0 | 24 | 333 | 72 | 64 |
| Binary | 111111 | 1110001 | 11001100 | 1000101 | 101101 | 0 | 10100 | 11011011 | 111010 | 110100 |
Color Harmonies of #3F71CC
Complementary color
Monochromatic Colors of #3F71CC
Black with #3F71CC
Text Example
Text Example
White with #3F71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71CC; }
p { color: rgb(63,113,204); }
H1.HeaderClassName
{
color: #3F71CC;
}
.AnyTagClassName
{
color: #3F71CC;
}
</style>
background-color css
<style>
a { background-color: #3F71CC; }
a { background-color: rgb(63,113,204); }
div.DivClassName
{
background-color: #3F71CC;
}
.BgClassName
{
background-color: #3F71CC;
}
</style>
border-color css
<style>
span { border-color: #3F71CC; }
span { border-color: rgb(63,113,204); }
td.TdClassName
{
border-color: #3F71CC;
}
.TagClassName
{
border-color: #3F71CC;
}
</style>