Shades of Royal Blue #3F71C8
Tints of Royal Blue #3F71C8
RGB
CMYK
RGB Variations
Color information
#3F71C8 (or 0x3F71C8) is known color: Royal Blue. HEX triplet: 3F, 71 and C8. RGB value is (63,113,200). Sum of RGB (Red+Green+Blue) = 63+113+200=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #3F71C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71C8 is #C08E37. Grayscale: #6B6B6B. Windows color (decimal): -12619320 or 13136191. OLE color: 13136191.
HSL color Cylindrical-coordinate representation of color #3F71C8: hue angle of 218.1º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F71C8 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 113 | 200 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.22 |
| HSL | 218.1º | 0.55% | 0.52% | - |
| HSV(B) | 218.1º | 0.69% | 0.78% | - |
| XYZ | 18.38 | 17.04 | 56.96 | - |
| YUV | 107.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 200 | 0.68 | 0.44 | 0 | 0.22 | 218.1 | 0.55 | 0.52 |
| Hex | 3F | 71 | C8 | 44 | 2C | 0 | 16 | DA | 37 | 34 |
| Octal | 77 | 161 | 310 | 104 | 54 | 0 | 26 | 332 | 67 | 64 |
| Binary | 111111 | 1110001 | 11001000 | 1000100 | 101100 | 0 | 10110 | 11011010 | 110111 | 110100 |
Color Harmonies of #3F71C8
Complementary color
Monochromatic Colors of #3F71C8
Black with #3F71C8
Text Example
Text Example
White with #3F71C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71C8; }
p { color: rgb(63,113,200); }
H1.HeaderClassName
{
color: #3F71C8;
}
.AnyTagClassName
{
color: #3F71C8;
}
</style>
background-color css
<style>
a { background-color: #3F71C8; }
a { background-color: rgb(63,113,200); }
div.DivClassName
{
background-color: #3F71C8;
}
.BgClassName
{
background-color: #3F71C8;
}
</style>
border-color css
<style>
span { border-color: #3F71C8; }
span { border-color: rgb(63,113,200); }
td.TdClassName
{
border-color: #3F71C8;
}
.TagClassName
{
border-color: #3F71C8;
}
</style>