Shades of Royal Blue #3E5DDA
Tints of Royal Blue #3E5DDA
RGB
CMYK
RGB Variations
Color information
#3E5DDA (or 0x3E5DDA) is known color: Royal Blue. HEX triplet: 3E, 5D and DA. RGB value is (62,93,218). Sum of RGB (Red+Green+Blue) = 62+93+218=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DDA is #C1A225. Grayscale: #616161. Windows color (decimal): -12689958 or 14310718. OLE color: 14310718.
HSL color Cylindrical-coordinate representation of color #3E5DDA: hue angle of 228.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5DDA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 93 | 218 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.15 |
| HSL | 228.08º | 0.68% | 0.55% | - |
| HSV(B) | 228.08º | 0.72% | 0.85% | - |
| XYZ | 18.56 | 13.91 | 68.04 | - |
| YUV | 97.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 218 | 0.72 | 0.57 | 0 | 0.15 | 228.08 | 0.68 | 0.55 |
| Hex | 3E | 5D | DA | 48 | 39 | 0 | F | E4 | 44 | 37 |
| Octal | 76 | 135 | 332 | 110 | 71 | 0 | 17 | 344 | 104 | 67 |
| Binary | 111110 | 1011101 | 11011010 | 1001000 | 111001 | 0 | 1111 | 11100100 | 1000100 | 110111 |
Color Harmonies of #3E5DDA
Complementary color
Monochromatic Colors of #3E5DDA
Black with #3E5DDA
Text Example
Text Example
White with #3E5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DDA; }
p { color: rgb(62,93,218); }
H1.HeaderClassName
{
color: #3E5DDA;
}
.AnyTagClassName
{
color: #3E5DDA;
}
</style>
background-color css
<style>
a { background-color: #3E5DDA; }
a { background-color: rgb(62,93,218); }
div.DivClassName
{
background-color: #3E5DDA;
}
.BgClassName
{
background-color: #3E5DDA;
}
</style>
border-color css
<style>
span { border-color: #3E5DDA; }
span { border-color: rgb(62,93,218); }
td.TdClassName
{
border-color: #3E5DDA;
}
.TagClassName
{
border-color: #3E5DDA;
}
</style>