Shades of Royal Blue #3F5BE7
Tints of Royal Blue #3F5BE7
RGB
CMYK
RGB Variations
Color information
#3F5BE7 (or 0x3F5BE7) is known color: Royal Blue. HEX triplet: 3F, 5B and E7. RGB value is (63,91,231). Sum of RGB (Red+Green+Blue) = 63+91+231=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 231 (90.62% from 255 or 60% from 385); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F5BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5BE7 is #C0A418. Grayscale: #626262. Windows color (decimal): -12624921 or 15162175. OLE color: 15162175.
HSL color Cylindrical-coordinate representation of color #3F5BE7: hue angle of 230º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5BE7 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 91 | 231 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.09 |
| HSL | 230º | 0.78% | 0.58% | - |
| HSV(B) | 230º | 0.73% | 0.91% | - |
| XYZ | 20.21 | 14.31 | 77.3 | - |
| YUV | 98.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 231 | 0.73 | 0.61 | 0 | 0.09 | 230 | 0.78 | 0.58 |
| Hex | 3F | 5B | E7 | 49 | 3D | 0 | 9 | E6 | 4E | 3A |
| Octal | 77 | 133 | 347 | 111 | 75 | 0 | 11 | 346 | 116 | 72 |
| Binary | 111111 | 1011011 | 11100111 | 1001001 | 111101 | 0 | 1001 | 11100110 | 1001110 | 111010 |
Color Harmonies of #3F5BE7
Complementary color
Monochromatic Colors of #3F5BE7
Black with #3F5BE7
Text Example
Text Example
White with #3F5BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BE7; }
p { color: rgb(63,91,231); }
H1.HeaderClassName
{
color: #3F5BE7;
}
.AnyTagClassName
{
color: #3F5BE7;
}
</style>
background-color css
<style>
a { background-color: #3F5BE7; }
a { background-color: rgb(63,91,231); }
div.DivClassName
{
background-color: #3F5BE7;
}
.BgClassName
{
background-color: #3F5BE7;
}
</style>
border-color css
<style>
span { border-color: #3F5BE7; }
span { border-color: rgb(63,91,231); }
td.TdClassName
{
border-color: #3F5BE7;
}
.TagClassName
{
border-color: #3F5BE7;
}
</style>