Shades of Royal Blue #3E79CF
Tints of Royal Blue #3E79CF
RGB
CMYK
RGB Variations
Color information
#3E79CF (or 0x3E79CF) is known color: Royal Blue. HEX triplet: 3E, 79 and CF. RGB value is (62,121,207). Sum of RGB (Red+Green+Blue) = 62+121+207=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E79CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E79CF is #C18630. Grayscale: #707070. Windows color (decimal): -12682801 or 13596990. OLE color: 13596990.
HSL color Cylindrical-coordinate representation of color #3E79CF: hue angle of 215.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E79CF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 121 | 207 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.19 |
| HSL | 215.59º | 0.6% | 0.53% | - |
| HSV(B) | 215.59º | 0.7% | 0.81% | - |
| XYZ | 20.09 | 19.2 | 61.68 | - |
| YUV | 113.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 207 | 0.70 | 0.42 | 0 | 0.19 | 215.59 | 0.6 | 0.53 |
| Hex | 3E | 79 | CF | 46 | 2A | 0 | 13 | D8 | 3C | 35 |
| Octal | 76 | 171 | 317 | 106 | 52 | 0 | 23 | 330 | 74 | 65 |
| Binary | 111110 | 1111001 | 11001111 | 1000110 | 101010 | 0 | 10011 | 11011000 | 111100 | 110101 |
Color Harmonies of #3E79CF
Complementary color
Monochromatic Colors of #3E79CF
Black with #3E79CF
Text Example
Text Example
White with #3E79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E79CF; }
p { color: rgb(62,121,207); }
H1.HeaderClassName
{
color: #3E79CF;
}
.AnyTagClassName
{
color: #3E79CF;
}
</style>
background-color css
<style>
a { background-color: #3E79CF; }
a { background-color: rgb(62,121,207); }
div.DivClassName
{
background-color: #3E79CF;
}
.BgClassName
{
background-color: #3E79CF;
}
</style>
border-color css
<style>
span { border-color: #3E79CF; }
span { border-color: rgb(62,121,207); }
td.TdClassName
{
border-color: #3E79CF;
}
.TagClassName
{
border-color: #3E79CF;
}
</style>