Shades of Royal Blue #3F5BDE
Tints of Royal Blue #3F5BDE
RGB
CMYK
RGB Variations
Color information
#3F5BDE (or 0x3F5BDE) is known color: Royal Blue. HEX triplet: 3F, 5B and DE. RGB value is (63,91,222). Sum of RGB (Red+Green+Blue) = 63+91+222=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BDE is #C0A421. Grayscale: #616161. Windows color (decimal): -12624930 or 14572351. OLE color: 14572351.
HSL color Cylindrical-coordinate representation of color #3F5BDE: hue angle of 229.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5BDE is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 91 | 222 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.13 |
| HSL | 229.43º | 0.71% | 0.56% | - |
| HSV(B) | 229.43º | 0.72% | 0.87% | - |
| XYZ | 18.98 | 13.81 | 70.77 | - |
| YUV | 97.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 222 | 0.72 | 0.59 | 0 | 0.13 | 229.43 | 0.71 | 0.56 |
| Hex | 3F | 5B | DE | 48 | 3B | 0 | D | E5 | 47 | 38 |
| Octal | 77 | 133 | 336 | 110 | 73 | 0 | 15 | 345 | 107 | 70 |
| Binary | 111111 | 1011011 | 11011110 | 1001000 | 111011 | 0 | 1101 | 11100101 | 1000111 | 111000 |
Color Harmonies of #3F5BDE
Complementary color
Monochromatic Colors of #3F5BDE
Black with #3F5BDE
Text Example
Text Example
White with #3F5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BDE; }
p { color: rgb(63,91,222); }
H1.HeaderClassName
{
color: #3F5BDE;
}
.AnyTagClassName
{
color: #3F5BDE;
}
</style>
background-color css
<style>
a { background-color: #3F5BDE; }
a { background-color: rgb(63,91,222); }
div.DivClassName
{
background-color: #3F5BDE;
}
.BgClassName
{
background-color: #3F5BDE;
}
</style>
border-color css
<style>
span { border-color: #3F5BDE; }
span { border-color: rgb(63,91,222); }
td.TdClassName
{
border-color: #3F5BDE;
}
.TagClassName
{
border-color: #3F5BDE;
}
</style>