Shades of Royal Blue #3F5FE8
Tints of Royal Blue #3F5FE8
RGB
CMYK
RGB Variations
Color information
#3F5FE8 (or 0x3F5FE8) is known color: Royal Blue. HEX triplet: 3F, 5F and E8. RGB value is (63,95,232). Sum of RGB (Red+Green+Blue) = 63+95+232=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F5FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5FE8 is #C0A017. Grayscale: #646464. Windows color (decimal): -12623896 or 15228735. OLE color: 15228735.
HSL color Cylindrical-coordinate representation of color #3F5FE8: hue angle of 228.64º degrees, saturation: 0.79, 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 #3F5FE8 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 95 | 232 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.09 |
| HSL | 228.64º | 0.79% | 0.58% | - |
| HSV(B) | 228.64º | 0.73% | 0.91% | - |
| XYZ | 20.71 | 15.07 | 78.16 | - |
| YUV | 101.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 232 | 0.73 | 0.59 | 0 | 0.09 | 228.64 | 0.79 | 0.58 |
| Hex | 3F | 5F | E8 | 49 | 3B | 0 | 9 | E5 | 4F | 3A |
| Octal | 77 | 137 | 350 | 111 | 73 | 0 | 11 | 345 | 117 | 72 |
| Binary | 111111 | 1011111 | 11101000 | 1001001 | 111011 | 0 | 1001 | 11100101 | 1001111 | 111010 |
Color Harmonies of #3F5FE8
Complementary color
Monochromatic Colors of #3F5FE8
Black with #3F5FE8
Text Example
Text Example
White with #3F5FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FE8; }
p { color: rgb(63,95,232); }
H1.HeaderClassName
{
color: #3F5FE8;
}
.AnyTagClassName
{
color: #3F5FE8;
}
</style>
background-color css
<style>
a { background-color: #3F5FE8; }
a { background-color: rgb(63,95,232); }
div.DivClassName
{
background-color: #3F5FE8;
}
.BgClassName
{
background-color: #3F5FE8;
}
</style>
border-color css
<style>
span { border-color: #3F5FE8; }
span { border-color: rgb(63,95,232); }
td.TdClassName
{
border-color: #3F5FE8;
}
.TagClassName
{
border-color: #3F5FE8;
}
</style>