Shades of Royal Blue #3F75E7
Tints of Royal Blue #3F75E7
RGB
CMYK
RGB Variations
Color information
#3F75E7 (or 0x3F75E7) is known color: Royal Blue. HEX triplet: 3F, 75 and E7. RGB value is (63,117,231). Sum of RGB (Red+Green+Blue) = 63+117+231=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F75E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F75E7 is #C08A18. Grayscale: #717171. Windows color (decimal): -12618265 or 15168831. OLE color: 15168831.
HSL color Cylindrical-coordinate representation of color #3F75E7: hue angle of 220.71º 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 #3F75E7 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 117 | 231 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.09 |
| HSL | 220.71º | 0.78% | 0.58% | - |
| HSV(B) | 220.71º | 0.73% | 0.91% | - |
| XYZ | 22.83 | 19.55 | 78.17 | - |
| YUV | 113.85 | 194.11 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 231 | 0.73 | 0.49 | 0 | 0.09 | 220.71 | 0.78 | 0.58 |
| Hex | 3F | 75 | E7 | 49 | 31 | 0 | 9 | DD | 4E | 3A |
| Octal | 77 | 165 | 347 | 111 | 61 | 0 | 11 | 335 | 116 | 72 |
| Binary | 111111 | 1110101 | 11100111 | 1001001 | 110001 | 0 | 1001 | 11011101 | 1001110 | 111010 |
Color Harmonies of #3F75E7
Complementary color
Monochromatic Colors of #3F75E7
Black with #3F75E7
Text Example
Text Example
White with #3F75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75E7; }
p { color: rgb(63,117,231); }
H1.HeaderClassName
{
color: #3F75E7;
}
.AnyTagClassName
{
color: #3F75E7;
}
</style>
background-color css
<style>
a { background-color: #3F75E7; }
a { background-color: rgb(63,117,231); }
div.DivClassName
{
background-color: #3F75E7;
}
.BgClassName
{
background-color: #3F75E7;
}
</style>
border-color css
<style>
span { border-color: #3F75E7; }
span { border-color: rgb(63,117,231); }
td.TdClassName
{
border-color: #3F75E7;
}
.TagClassName
{
border-color: #3F75E7;
}
</style>