Shades of Royal Blue #3F58E7
Tints of Royal Blue #3F58E7
RGB
CMYK
RGB Variations
Color information
#3F58E7 (or 0x3F58E7) is known color: Royal Blue. HEX triplet: 3F, 58 and E7. RGB value is (63,88,231). Sum of RGB (Red+Green+Blue) = 63+88+231=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F58E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F58E7 is #C0A718. Grayscale: #606060. Windows color (decimal): -12625689 or 15161407. OLE color: 15161407.
HSL color Cylindrical-coordinate representation of color #3F58E7: hue angle of 231.07º 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 #3F58E7 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 88 | 231 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.09 |
| HSL | 231.07º | 0.78% | 0.58% | - |
| HSV(B) | 231.07º | 0.73% | 0.91% | - |
| XYZ | 19.96 | 13.81 | 77.21 | - |
| YUV | 96.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 231 | 0.73 | 0.62 | 0 | 0.09 | 231.07 | 0.78 | 0.58 |
| Hex | 3F | 58 | E7 | 49 | 3E | 0 | 9 | E7 | 4E | 3A |
| Octal | 77 | 130 | 347 | 111 | 76 | 0 | 11 | 347 | 116 | 72 |
| Binary | 111111 | 1011000 | 11100111 | 1001001 | 111110 | 0 | 1001 | 11100111 | 1001110 | 111010 |
Color Harmonies of #3F58E7
Complementary color
Monochromatic Colors of #3F58E7
Black with #3F58E7
Text Example
Text Example
White with #3F58E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F58E7; }
p { color: rgb(63,88,231); }
H1.HeaderClassName
{
color: #3F58E7;
}
.AnyTagClassName
{
color: #3F58E7;
}
</style>
background-color css
<style>
a { background-color: #3F58E7; }
a { background-color: rgb(63,88,231); }
div.DivClassName
{
background-color: #3F58E7;
}
.BgClassName
{
background-color: #3F58E7;
}
</style>
border-color css
<style>
span { border-color: #3F58E7; }
span { border-color: rgb(63,88,231); }
td.TdClassName
{
border-color: #3F58E7;
}
.TagClassName
{
border-color: #3F58E7;
}
</style>