Shades of Royal Blue #3F72E6
Tints of Royal Blue #3F72E6
RGB
CMYK
RGB Variations
Color information
#3F72E6 (or 0x3F72E6) is known color: Royal Blue. HEX triplet: 3F, 72 and E6. RGB value is (63,114,230). Sum of RGB (Red+Green+Blue) = 63+114+230=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #3F72E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F72E6 is #C08D19. Grayscale: #6F6F6F. Windows color (decimal): -12619034 or 15102527. OLE color: 15102527.
HSL color Cylindrical-coordinate representation of color #3F72E6: hue angle of 221.68º 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 #3F72E6 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 114 | 230 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.10 |
| HSL | 221.68º | 0.77% | 0.57% | - |
| HSV(B) | 221.68º | 0.73% | 0.9% | - |
| XYZ | 22.35 | 18.8 | 77.31 | - |
| YUV | 111.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 230 | 0.73 | 0.50 | 0 | 0.10 | 221.68 | 0.77 | 0.57 |
| Hex | 3F | 72 | E6 | 49 | 32 | 0 | A | DE | 4D | 39 |
| Octal | 77 | 162 | 346 | 111 | 62 | 0 | 12 | 336 | 115 | 71 |
| Binary | 111111 | 1110010 | 11100110 | 1001001 | 110010 | 0 | 1010 | 11011110 | 1001101 | 111001 |
Color Harmonies of #3F72E6
Complementary color
Monochromatic Colors of #3F72E6
Black with #3F72E6
Text Example
Text Example
White with #3F72E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F72E6; }
p { color: rgb(63,114,230); }
H1.HeaderClassName
{
color: #3F72E6;
}
.AnyTagClassName
{
color: #3F72E6;
}
</style>
background-color css
<style>
a { background-color: #3F72E6; }
a { background-color: rgb(63,114,230); }
div.DivClassName
{
background-color: #3F72E6;
}
.BgClassName
{
background-color: #3F72E6;
}
</style>
border-color css
<style>
span { border-color: #3F72E6; }
span { border-color: rgb(63,114,230); }
td.TdClassName
{
border-color: #3F72E6;
}
.TagClassName
{
border-color: #3F72E6;
}
</style>