Shades of Royal Blue #3A5DEC
Tints of Royal Blue #3A5DEC
RGB
CMYK
RGB Variations
Color information
#3A5DEC (or 0x3A5DEC) is known color: Royal Blue. HEX triplet: 3A, 5D and EC. RGB value is (58,93,236). Sum of RGB (Red+Green+Blue) = 58+93+236=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A5DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5DEC is #C5A213. Grayscale: #626262. Windows color (decimal): -12952084 or 15490362. OLE color: 15490362.
HSL color Cylindrical-coordinate representation of color #3A5DEC: hue angle of 228.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A5DEC is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 93 | 236 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.07 |
| HSL | 228.2º | 0.82% | 0.58% | - |
| HSV(B) | 228.2º | 0.75% | 0.93% | - |
| XYZ | 20.8 | 14.78 | 81.11 | - |
| YUV | 98.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 236 | 0.75 | 0.61 | 0 | 0.07 | 228.2 | 0.82 | 0.58 |
| Hex | 3A | 5D | EC | 4B | 3D | 0 | 7 | E4 | 52 | 3A |
| Octal | 72 | 135 | 354 | 113 | 75 | 0 | 7 | 344 | 122 | 72 |
| Binary | 111010 | 1011101 | 11101100 | 1001011 | 111101 | 0 | 111 | 11100100 | 1010010 | 111010 |
Color Harmonies of #3A5DEC
Complementary color
Monochromatic Colors of #3A5DEC
Black with #3A5DEC
Text Example
Text Example
White with #3A5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DEC; }
p { color: rgb(58,93,236); }
H1.HeaderClassName
{
color: #3A5DEC;
}
.AnyTagClassName
{
color: #3A5DEC;
}
</style>
background-color css
<style>
a { background-color: #3A5DEC; }
a { background-color: rgb(58,93,236); }
div.DivClassName
{
background-color: #3A5DEC;
}
.BgClassName
{
background-color: #3A5DEC;
}
</style>
border-color css
<style>
span { border-color: #3A5DEC; }
span { border-color: rgb(58,93,236); }
td.TdClassName
{
border-color: #3A5DEC;
}
.TagClassName
{
border-color: #3A5DEC;
}
</style>