Shades of Royal Blue #3A7DEC
Tints of Royal Blue #3A7DEC
RGB
CMYK
RGB Variations
Color information
#3A7DEC (or 0x3A7DEC) is known color: Royal Blue. HEX triplet: 3A, 7D and EC. RGB value is (58,125,236). Sum of RGB (Red+Green+Blue) = 58+125+236=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A7DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7DEC is #C58213. Grayscale: #757575. Windows color (decimal): -12943892 or 15498554. OLE color: 15498554.
HSL color Cylindrical-coordinate representation of color #3A7DEC: hue angle of 217.42º 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 #3A7DEC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 125 | 236 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.07 |
| HSL | 217.42º | 0.82% | 0.58% | - |
| HSV(B) | 217.42º | 0.75% | 0.93% | - |
| XYZ | 24.22 | 21.62 | 82.25 | - |
| YUV | 117.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 236 | 0.75 | 0.47 | 0 | 0.07 | 217.42 | 0.82 | 0.58 |
| Hex | 3A | 7D | EC | 4B | 2F | 0 | 7 | D9 | 52 | 3A |
| Octal | 72 | 175 | 354 | 113 | 57 | 0 | 7 | 331 | 122 | 72 |
| Binary | 111010 | 1111101 | 11101100 | 1001011 | 101111 | 0 | 111 | 11011001 | 1010010 | 111010 |
Color Harmonies of #3A7DEC
Complementary color
Monochromatic Colors of #3A7DEC
Black with #3A7DEC
Text Example
Text Example
White with #3A7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DEC; }
p { color: rgb(58,125,236); }
H1.HeaderClassName
{
color: #3A7DEC;
}
.AnyTagClassName
{
color: #3A7DEC;
}
</style>
background-color css
<style>
a { background-color: #3A7DEC; }
a { background-color: rgb(58,125,236); }
div.DivClassName
{
background-color: #3A7DEC;
}
.BgClassName
{
background-color: #3A7DEC;
}
</style>
border-color css
<style>
span { border-color: #3A7DEC; }
span { border-color: rgb(58,125,236); }
td.TdClassName
{
border-color: #3A7DEC;
}
.TagClassName
{
border-color: #3A7DEC;
}
</style>