Shades of Royal Blue #3E76CF
Tints of Royal Blue #3E76CF
RGB
CMYK
RGB Variations
Color information
#3E76CF (or 0x3E76CF) is known color: Royal Blue. HEX triplet: 3E, 76 and CF. RGB value is (62,118,207). Sum of RGB (Red+Green+Blue) = 62+118+207=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E76CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E76CF is #C18930. Grayscale: #6E6E6E. Windows color (decimal): -12683569 or 13596222. OLE color: 13596222.
HSL color Cylindrical-coordinate representation of color #3E76CF: hue angle of 216.83º 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 #3E76CF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 118 | 207 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.19 |
| HSL | 216.83º | 0.6% | 0.53% | - |
| HSV(B) | 216.83º | 0.7% | 0.81% | - |
| XYZ | 19.73 | 18.49 | 61.56 | - |
| YUV | 111.4 | 181.95 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 207 | 0.70 | 0.43 | 0 | 0.19 | 216.83 | 0.6 | 0.53 |
| Hex | 3E | 76 | CF | 46 | 2B | 0 | 13 | D9 | 3C | 35 |
| Octal | 76 | 166 | 317 | 106 | 53 | 0 | 23 | 331 | 74 | 65 |
| Binary | 111110 | 1110110 | 11001111 | 1000110 | 101011 | 0 | 10011 | 11011001 | 111100 | 110101 |
Color Harmonies of #3E76CF
Complementary color
Monochromatic Colors of #3E76CF
Black with #3E76CF
Text Example
Text Example
White with #3E76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E76CF; }
p { color: rgb(62,118,207); }
H1.HeaderClassName
{
color: #3E76CF;
}
.AnyTagClassName
{
color: #3E76CF;
}
</style>
background-color css
<style>
a { background-color: #3E76CF; }
a { background-color: rgb(62,118,207); }
div.DivClassName
{
background-color: #3E76CF;
}
.BgClassName
{
background-color: #3E76CF;
}
</style>
border-color css
<style>
span { border-color: #3E76CF; }
span { border-color: rgb(62,118,207); }
td.TdClassName
{
border-color: #3E76CF;
}
.TagClassName
{
border-color: #3E76CF;
}
</style>