Shades of Royal Blue #3E79FF
Tints of Royal Blue #3E79FF
RGB
CMYK
RGB Variations
Color information
#3E79FF (or 0x3E79FF) is known color: Royal Blue. HEX triplet: 3E, 79 and FF. RGB value is (62,121,255). Sum of RGB (Red+Green+Blue) = 62+121+255=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E79FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E79FF is #C18600. Grayscale: #767676. Windows color (decimal): -12682753 or 16742718. OLE color: 16742718.
HSL color Cylindrical-coordinate representation of color #3E79FF: hue angle of 221.66º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E79FF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 121 | 255 | - |
| CMYK | 0.76 | 0.53 | 0 | 0 |
| HSL | 221.66º | 1% | 0.62% | - |
| HSV(B) | 221.66º | 0.76% | 1% | - |
| XYZ | 26.87 | 21.92 | 97.42 | - |
| YUV | 118.64 | 204.95 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 255 | 0.76 | 0.53 | 0 | 0 | 221.66 | 1 | 0.62 |
| Hex | 3E | 79 | FF | 4C | 35 | 0 | 0 | DE | 64 | 3E |
| Octal | 76 | 171 | 377 | 114 | 65 | 0 | 0 | 336 | 144 | 76 |
| Binary | 111110 | 1111001 | 11111111 | 1001100 | 110101 | 0 | 0 | 11011110 | 1100100 | 111110 |
Color Harmonies of #3E79FF
Complementary color
Monochromatic Colors of #3E79FF
Black with #3E79FF
Text Example
Text Example
White with #3E79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E79FF; }
p { color: rgb(62,121,255); }
H1.HeaderClassName
{
color: #3E79FF;
}
.AnyTagClassName
{
color: #3E79FF;
}
</style>
background-color css
<style>
a { background-color: #3E79FF; }
a { background-color: rgb(62,121,255); }
div.DivClassName
{
background-color: #3E79FF;
}
.BgClassName
{
background-color: #3E79FF;
}
</style>
border-color css
<style>
span { border-color: #3E79FF; }
span { border-color: rgb(62,121,255); }
td.TdClassName
{
border-color: #3E79FF;
}
.TagClassName
{
border-color: #3E79FF;
}
</style>