Shades of Royal Blue #3A6EDA
Tints of Royal Blue #3A6EDA
RGB
CMYK
RGB Variations
Color information
#3A6EDA (or 0x3A6EDA) is known color: Royal Blue. HEX triplet: 3A, 6E and DA. RGB value is (58,110,218). Sum of RGB (Red+Green+Blue) = 58+110+218=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A6EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EDA is #C59125. Grayscale: #6A6A6A. Windows color (decimal): -12947750 or 14315066. OLE color: 14315066.
HSL color Cylindrical-coordinate representation of color #3A6EDA: hue angle of 220.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A6EDA is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 110 | 218 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.15 |
| HSL | 220.5º | 0.68% | 0.54% | - |
| HSV(B) | 220.5º | 0.73% | 0.85% | - |
| XYZ | 19.98 | 17.11 | 68.58 | - |
| YUV | 106.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 218 | 0.73 | 0.50 | 0 | 0.15 | 220.5 | 0.68 | 0.54 |
| Hex | 3A | 6E | DA | 49 | 32 | 0 | F | DC | 44 | 36 |
| Octal | 72 | 156 | 332 | 111 | 62 | 0 | 17 | 334 | 104 | 66 |
| Binary | 111010 | 1101110 | 11011010 | 1001001 | 110010 | 0 | 1111 | 11011100 | 1000100 | 110110 |
Color Harmonies of #3A6EDA
Complementary color
Monochromatic Colors of #3A6EDA
Black with #3A6EDA
Text Example
Text Example
White with #3A6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EDA; }
p { color: rgb(58,110,218); }
H1.HeaderClassName
{
color: #3A6EDA;
}
.AnyTagClassName
{
color: #3A6EDA;
}
</style>
background-color css
<style>
a { background-color: #3A6EDA; }
a { background-color: rgb(58,110,218); }
div.DivClassName
{
background-color: #3A6EDA;
}
.BgClassName
{
background-color: #3A6EDA;
}
</style>
border-color css
<style>
span { border-color: #3A6EDA; }
span { border-color: rgb(58,110,218); }
td.TdClassName
{
border-color: #3A6EDA;
}
.TagClassName
{
border-color: #3A6EDA;
}
</style>