Shades of Royal Blue #3F5BE0
Tints of Royal Blue #3F5BE0
RGB
CMYK
RGB Variations
Color information
#3F5BE0 (or 0x3F5BE0) is known color: Royal Blue. HEX triplet: 3F, 5B and E0. RGB value is (63,91,224). Sum of RGB (Red+Green+Blue) = 63+91+224=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F5BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5BE0 is #C0A41F. Grayscale: #616161. Windows color (decimal): -12624928 or 14703423. OLE color: 14703423.
HSL color Cylindrical-coordinate representation of color #3F5BE0: hue angle of 229.57º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5BE0 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 91 | 224 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.12 |
| HSL | 229.57º | 0.72% | 0.56% | - |
| HSV(B) | 229.57º | 0.72% | 0.88% | - |
| XYZ | 19.25 | 13.92 | 72.19 | - |
| YUV | 97.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 224 | 0.72 | 0.59 | 0 | 0.12 | 229.57 | 0.72 | 0.56 |
| Hex | 3F | 5B | E0 | 48 | 3B | 0 | C | E6 | 48 | 38 |
| Octal | 77 | 133 | 340 | 110 | 73 | 0 | 14 | 346 | 110 | 70 |
| Binary | 111111 | 1011011 | 11100000 | 1001000 | 111011 | 0 | 1100 | 11100110 | 1001000 | 111000 |
Color Harmonies of #3F5BE0
Complementary color
Monochromatic Colors of #3F5BE0
Black with #3F5BE0
Text Example
Text Example
White with #3F5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BE0; }
p { color: rgb(63,91,224); }
H1.HeaderClassName
{
color: #3F5BE0;
}
.AnyTagClassName
{
color: #3F5BE0;
}
</style>
background-color css
<style>
a { background-color: #3F5BE0; }
a { background-color: rgb(63,91,224); }
div.DivClassName
{
background-color: #3F5BE0;
}
.BgClassName
{
background-color: #3F5BE0;
}
</style>
border-color css
<style>
span { border-color: #3F5BE0; }
span { border-color: rgb(63,91,224); }
td.TdClassName
{
border-color: #3F5BE0;
}
.TagClassName
{
border-color: #3F5BE0;
}
</style>