Shades of Royal Blue #3A7FEC
Tints of Royal Blue #3A7FEC
RGB
CMYK
RGB Variations
Color information
#3A7FEC (or 0x3A7FEC) is known color: Royal Blue. HEX triplet: 3A, 7F and EC. RGB value is (58,127,236). Sum of RGB (Red+Green+Blue) = 58+127+236=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A7FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7FEC is #C58013. Grayscale: #767676. Windows color (decimal): -12943380 or 15499066. OLE color: 15499066.
HSL color Cylindrical-coordinate representation of color #3A7FEC: hue angle of 216.74º 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 #3A7FEC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 127 | 236 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.07 |
| HSL | 216.74º | 0.82% | 0.58% | - |
| HSV(B) | 216.74º | 0.75% | 0.93% | - |
| XYZ | 24.47 | 22.13 | 82.34 | - |
| YUV | 118.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 236 | 0.75 | 0.46 | 0 | 0.07 | 216.74 | 0.82 | 0.58 |
| Hex | 3A | 7F | EC | 4B | 2E | 0 | 7 | D9 | 52 | 3A |
| Octal | 72 | 177 | 354 | 113 | 56 | 0 | 7 | 331 | 122 | 72 |
| Binary | 111010 | 1111111 | 11101100 | 1001011 | 101110 | 0 | 111 | 11011001 | 1010010 | 111010 |
Color Harmonies of #3A7FEC
Complementary color
Monochromatic Colors of #3A7FEC
Black with #3A7FEC
Text Example
Text Example
White with #3A7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FEC; }
p { color: rgb(58,127,236); }
H1.HeaderClassName
{
color: #3A7FEC;
}
.AnyTagClassName
{
color: #3A7FEC;
}
</style>
background-color css
<style>
a { background-color: #3A7FEC; }
a { background-color: rgb(58,127,236); }
div.DivClassName
{
background-color: #3A7FEC;
}
.BgClassName
{
background-color: #3A7FEC;
}
</style>
border-color css
<style>
span { border-color: #3A7FEC; }
span { border-color: rgb(58,127,236); }
td.TdClassName
{
border-color: #3A7FEC;
}
.TagClassName
{
border-color: #3A7FEC;
}
</style>