Shades of Royal Blue #3F4FE6
Tints of Royal Blue #3F4FE6
RGB
CMYK
RGB Variations
Color information
#3F4FE6 (or 0x3F4FE6) is known color: Royal Blue. HEX triplet: 3F, 4F and E6. RGB value is (63,79,230). Sum of RGB (Red+Green+Blue) = 63+79+230=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #3F4FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F4FE6 is #C0B019. Grayscale: #5A5A5A. Windows color (decimal): -12627994 or 15093567. OLE color: 15093567.
HSL color Cylindrical-coordinate representation of color #3F4FE6: hue angle of 234.25º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F4FE6 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 79 | 230 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.10 |
| HSL | 234.25º | 0.77% | 0.57% | - |
| HSV(B) | 234.25º | 0.73% | 0.9% | - |
| XYZ | 19.13 | 12.36 | 76.24 | - |
| YUV | 91.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 230 | 0.73 | 0.66 | 0 | 0.10 | 234.25 | 0.77 | 0.57 |
| Hex | 3F | 4F | E6 | 49 | 42 | 0 | A | EA | 4D | 39 |
| Octal | 77 | 117 | 346 | 111 | 102 | 0 | 12 | 352 | 115 | 71 |
| Binary | 111111 | 1001111 | 11100110 | 1001001 | 1000010 | 0 | 1010 | 11101010 | 1001101 | 111001 |
Color Harmonies of #3F4FE6
Complementary color
Monochromatic Colors of #3F4FE6
Black with #3F4FE6
Text Example
Text Example
White with #3F4FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FE6; }
p { color: rgb(63,79,230); }
H1.HeaderClassName
{
color: #3F4FE6;
}
.AnyTagClassName
{
color: #3F4FE6;
}
</style>
background-color css
<style>
a { background-color: #3F4FE6; }
a { background-color: rgb(63,79,230); }
div.DivClassName
{
background-color: #3F4FE6;
}
.BgClassName
{
background-color: #3F4FE6;
}
</style>
border-color css
<style>
span { border-color: #3F4FE6; }
span { border-color: rgb(63,79,230); }
td.TdClassName
{
border-color: #3F4FE6;
}
.TagClassName
{
border-color: #3F4FE6;
}
</style>