Shades of Royal Blue #3F5BDA
Tints of Royal Blue #3F5BDA
RGB
CMYK
RGB Variations
Color information
#3F5BDA (or 0x3F5BDA) is known color: Royal Blue. HEX triplet: 3F, 5B and DA. RGB value is (63,91,218). Sum of RGB (Red+Green+Blue) = 63+91+218=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BDA is #C0A425. Grayscale: #606060. Windows color (decimal): -12624934 or 14310207. OLE color: 14310207.
HSL color Cylindrical-coordinate representation of color #3F5BDA: hue angle of 229.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5BDA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 91 | 218 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.15 |
| HSL | 229.16º | 0.68% | 0.55% | - |
| HSV(B) | 229.16º | 0.71% | 0.85% | - |
| XYZ | 18.45 | 13.6 | 67.98 | - |
| YUV | 97.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 218 | 0.71 | 0.58 | 0 | 0.15 | 229.16 | 0.68 | 0.55 |
| Hex | 3F | 5B | DA | 47 | 3A | 0 | F | E5 | 44 | 37 |
| Octal | 77 | 133 | 332 | 107 | 72 | 0 | 17 | 345 | 104 | 67 |
| Binary | 111111 | 1011011 | 11011010 | 1000111 | 111010 | 0 | 1111 | 11100101 | 1000100 | 110111 |
Color Harmonies of #3F5BDA
Complementary color
Monochromatic Colors of #3F5BDA
Black with #3F5BDA
Text Example
Text Example
White with #3F5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BDA; }
p { color: rgb(63,91,218); }
H1.HeaderClassName
{
color: #3F5BDA;
}
.AnyTagClassName
{
color: #3F5BDA;
}
</style>
background-color css
<style>
a { background-color: #3F5BDA; }
a { background-color: rgb(63,91,218); }
div.DivClassName
{
background-color: #3F5BDA;
}
.BgClassName
{
background-color: #3F5BDA;
}
</style>
border-color css
<style>
span { border-color: #3F5BDA; }
span { border-color: rgb(63,91,218); }
td.TdClassName
{
border-color: #3F5BDA;
}
.TagClassName
{
border-color: #3F5BDA;
}
</style>