Shades of Royal Blue #3F71D2
Tints of Royal Blue #3F71D2
RGB
CMYK
RGB Variations
Color information
#3F71D2 (or 0x3F71D2) is known color: Royal Blue. HEX triplet: 3F, 71 and D2. RGB value is (63,113,210). Sum of RGB (Red+Green+Blue) = 63+113+210=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #3F71D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71D2 is #C08E2D. Grayscale: #6C6C6C. Windows color (decimal): -12619310 or 13791551. OLE color: 13791551.
HSL color Cylindrical-coordinate representation of color #3F71D2: hue angle of 219.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F71D2 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 113 | 210 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.18 |
| HSL | 219.59º | 0.62% | 0.54% | - |
| HSV(B) | 219.59º | 0.7% | 0.82% | - |
| XYZ | 19.59 | 17.52 | 63.32 | - |
| YUV | 109.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 210 | 0.70 | 0.46 | 0 | 0.18 | 219.59 | 0.62 | 0.54 |
| Hex | 3F | 71 | D2 | 46 | 2E | 0 | 12 | DC | 3E | 36 |
| Octal | 77 | 161 | 322 | 106 | 56 | 0 | 22 | 334 | 76 | 66 |
| Binary | 111111 | 1110001 | 11010010 | 1000110 | 101110 | 0 | 10010 | 11011100 | 111110 | 110110 |
Color Harmonies of #3F71D2
Complementary color
Monochromatic Colors of #3F71D2
Black with #3F71D2
Text Example
Text Example
White with #3F71D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71D2; }
p { color: rgb(63,113,210); }
H1.HeaderClassName
{
color: #3F71D2;
}
.AnyTagClassName
{
color: #3F71D2;
}
</style>
background-color css
<style>
a { background-color: #3F71D2; }
a { background-color: rgb(63,113,210); }
div.DivClassName
{
background-color: #3F71D2;
}
.BgClassName
{
background-color: #3F71D2;
}
</style>
border-color css
<style>
span { border-color: #3F71D2; }
span { border-color: rgb(63,113,210); }
td.TdClassName
{
border-color: #3F71D2;
}
.TagClassName
{
border-color: #3F71D2;
}
</style>