Shades of Royal Blue #3E5AEA
Tints of Royal Blue #3E5AEA
RGB
CMYK
RGB Variations
Color information
#3E5AEA (or 0x3E5AEA) is known color: Royal Blue. HEX triplet: 3E, 5A and EA. RGB value is (62,90,234). Sum of RGB (Red+Green+Blue) = 62+90+234=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E5AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5AEA is #C1A515. Grayscale: #616161. Windows color (decimal): -12690710 or 15358526. OLE color: 15358526.
HSL color Cylindrical-coordinate representation of color #3E5AEA: hue angle of 230.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5AEA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 90 | 234 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.08 |
| HSL | 230.23º | 0.8% | 0.58% | - |
| HSV(B) | 230.23º | 0.74% | 0.92% | - |
| XYZ | 20.49 | 14.28 | 79.52 | - |
| YUV | 98.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 234 | 0.74 | 0.62 | 0 | 0.08 | 230.23 | 0.8 | 0.58 |
| Hex | 3E | 5A | EA | 4A | 3E | 0 | 8 | E6 | 50 | 3A |
| Octal | 76 | 132 | 352 | 112 | 76 | 0 | 10 | 346 | 120 | 72 |
| Binary | 111110 | 1011010 | 11101010 | 1001010 | 111110 | 0 | 1000 | 11100110 | 1010000 | 111010 |
Color Harmonies of #3E5AEA
Complementary color
Monochromatic Colors of #3E5AEA
Black with #3E5AEA
Text Example
Text Example
White with #3E5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5AEA; }
p { color: rgb(62,90,234); }
H1.HeaderClassName
{
color: #3E5AEA;
}
.AnyTagClassName
{
color: #3E5AEA;
}
</style>
background-color css
<style>
a { background-color: #3E5AEA; }
a { background-color: rgb(62,90,234); }
div.DivClassName
{
background-color: #3E5AEA;
}
.BgClassName
{
background-color: #3E5AEA;
}
</style>
border-color css
<style>
span { border-color: #3E5AEA; }
span { border-color: rgb(62,90,234); }
td.TdClassName
{
border-color: #3E5AEA;
}
.TagClassName
{
border-color: #3E5AEA;
}
</style>