Shades of Royal Blue #3F71CE
Tints of Royal Blue #3F71CE
RGB
CMYK
RGB Variations
Color information
#3F71CE (or 0x3F71CE) is known color: Royal Blue. HEX triplet: 3F, 71 and CE. RGB value is (63,113,206). Sum of RGB (Red+Green+Blue) = 63+113+206=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F71CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71CE is #C08E31. Grayscale: #6C6C6C. Windows color (decimal): -12619314 or 13529407. OLE color: 13529407.
HSL color Cylindrical-coordinate representation of color #3F71CE: hue angle of 219.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F71CE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 113 | 206 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.19 |
| HSL | 219.02º | 0.59% | 0.53% | - |
| HSV(B) | 219.02º | 0.69% | 0.81% | - |
| XYZ | 19.1 | 17.32 | 60.73 | - |
| YUV | 108.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 206 | 0.69 | 0.45 | 0 | 0.19 | 219.02 | 0.59 | 0.53 |
| Hex | 3F | 71 | CE | 45 | 2D | 0 | 13 | DB | 3B | 35 |
| Octal | 77 | 161 | 316 | 105 | 55 | 0 | 23 | 333 | 73 | 65 |
| Binary | 111111 | 1110001 | 11001110 | 1000101 | 101101 | 0 | 10011 | 11011011 | 111011 | 110101 |
Color Harmonies of #3F71CE
Complementary color
Monochromatic Colors of #3F71CE
Black with #3F71CE
Text Example
Text Example
White with #3F71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71CE; }
p { color: rgb(63,113,206); }
H1.HeaderClassName
{
color: #3F71CE;
}
.AnyTagClassName
{
color: #3F71CE;
}
</style>
background-color css
<style>
a { background-color: #3F71CE; }
a { background-color: rgb(63,113,206); }
div.DivClassName
{
background-color: #3F71CE;
}
.BgClassName
{
background-color: #3F71CE;
}
</style>
border-color css
<style>
span { border-color: #3F71CE; }
span { border-color: rgb(63,113,206); }
td.TdClassName
{
border-color: #3F71CE;
}
.TagClassName
{
border-color: #3F71CE;
}
</style>