Shades of Royal Blue #3E56E7
Tints of Royal Blue #3E56E7
RGB
CMYK
RGB Variations
Color information
#3E56E7 (or 0x3E56E7) is known color: Royal Blue. HEX triplet: 3E, 56 and E7. RGB value is (62,86,231). Sum of RGB (Red+Green+Blue) = 62+86+231=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #3E56E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E56E7 is #C1A918. Grayscale: #5E5E5E. Windows color (decimal): -12691737 or 15160894. OLE color: 15160894.
HSL color Cylindrical-coordinate representation of color #3E56E7: hue angle of 231.48º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E56E7 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 86 | 231 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.09 |
| HSL | 231.48º | 0.78% | 0.57% | - |
| HSV(B) | 231.48º | 0.73% | 0.91% | - |
| XYZ | 19.74 | 13.45 | 77.16 | - |
| YUV | 95.35 | 204.55 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 231 | 0.73 | 0.63 | 0 | 0.09 | 231.48 | 0.78 | 0.57 |
| Hex | 3E | 56 | E7 | 49 | 3F | 0 | 9 | E7 | 4E | 39 |
| Octal | 76 | 126 | 347 | 111 | 77 | 0 | 11 | 347 | 116 | 71 |
| Binary | 111110 | 1010110 | 11100111 | 1001001 | 111111 | 0 | 1001 | 11100111 | 1001110 | 111001 |
Color Harmonies of #3E56E7
Complementary color
Monochromatic Colors of #3E56E7
Black with #3E56E7
Text Example
Text Example
White with #3E56E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E56E7; }
p { color: rgb(62,86,231); }
H1.HeaderClassName
{
color: #3E56E7;
}
.AnyTagClassName
{
color: #3E56E7;
}
</style>
background-color css
<style>
a { background-color: #3E56E7; }
a { background-color: rgb(62,86,231); }
div.DivClassName
{
background-color: #3E56E7;
}
.BgClassName
{
background-color: #3E56E7;
}
</style>
border-color css
<style>
span { border-color: #3E56E7; }
span { border-color: rgb(62,86,231); }
td.TdClassName
{
border-color: #3E56E7;
}
.TagClassName
{
border-color: #3E56E7;
}
</style>