Shades of Royal Blue #3E5EDF
Tints of Royal Blue #3E5EDF
RGB
CMYK
RGB Variations
Color information
#3E5EDF (or 0x3E5EDF) is known color: Royal Blue. HEX triplet: 3E, 5E and DF. RGB value is (62,94,223). Sum of RGB (Red+Green+Blue) = 62+94+223=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E5EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EDF is #C1A120. Grayscale: #626262. Windows color (decimal): -12689697 or 14638654. OLE color: 14638654.
HSL color Cylindrical-coordinate representation of color #3E5EDF: hue angle of 228.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5EDF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 94 | 223 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.13 |
| HSL | 228.07º | 0.72% | 0.56% | - |
| HSV(B) | 228.07º | 0.72% | 0.87% | - |
| XYZ | 19.31 | 14.36 | 71.57 | - |
| YUV | 99.14 | 197.9 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 223 | 0.72 | 0.58 | 0 | 0.13 | 228.07 | 0.72 | 0.56 |
| Hex | 3E | 5E | DF | 48 | 3A | 0 | D | E4 | 48 | 38 |
| Octal | 76 | 136 | 337 | 110 | 72 | 0 | 15 | 344 | 110 | 70 |
| Binary | 111110 | 1011110 | 11011111 | 1001000 | 111010 | 0 | 1101 | 11100100 | 1001000 | 111000 |
Color Harmonies of #3E5EDF
Complementary color
Monochromatic Colors of #3E5EDF
Black with #3E5EDF
Text Example
Text Example
White with #3E5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5EDF; }
p { color: rgb(62,94,223); }
H1.HeaderClassName
{
color: #3E5EDF;
}
.AnyTagClassName
{
color: #3E5EDF;
}
</style>
background-color css
<style>
a { background-color: #3E5EDF; }
a { background-color: rgb(62,94,223); }
div.DivClassName
{
background-color: #3E5EDF;
}
.BgClassName
{
background-color: #3E5EDF;
}
</style>
border-color css
<style>
span { border-color: #3E5EDF; }
span { border-color: rgb(62,94,223); }
td.TdClassName
{
border-color: #3E5EDF;
}
.TagClassName
{
border-color: #3E5EDF;
}
</style>