Shades of Royal Blue #3A6EFE
Tints of Royal Blue #3A6EFE
RGB
CMYK
RGB Variations
Color information
#3A6EFE (or 0x3A6EFE) is known color: Royal Blue. HEX triplet: 3A, 6E and FE. RGB value is (58,110,254). Sum of RGB (Red+Green+Blue) = 58+110+254=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A6EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6EFE is #C59101. Grayscale: #6E6E6E. Windows color (decimal): -12947714 or 16674362. OLE color: 16674362.
HSL color Cylindrical-coordinate representation of color #3A6EFE: hue angle of 224.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6EFE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 110 | 254 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.00 |
| HSL | 224.08º | 0.99% | 0.61% | - |
| HSV(B) | 224.08º | 0.77% | 1% | - |
| XYZ | 25.21 | 19.21 | 96.14 | - |
| YUV | 110.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 254 | 0.77 | 0.57 | 0 | 0.00 | 224.08 | 0.99 | 0.61 |
| Hex | 3A | 6E | FE | 4D | 39 | 0 | 0 | E0 | 63 | 3D |
| Octal | 72 | 156 | 376 | 115 | 71 | 0 | 0 | 340 | 143 | 75 |
| Binary | 111010 | 1101110 | 11111110 | 1001101 | 111001 | 0 | 0 | 11100000 | 1100011 | 111101 |
Color Harmonies of #3A6EFE
Complementary color
Monochromatic Colors of #3A6EFE
Black with #3A6EFE
Text Example
Text Example
White with #3A6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EFE; }
p { color: rgb(58,110,254); }
H1.HeaderClassName
{
color: #3A6EFE;
}
.AnyTagClassName
{
color: #3A6EFE;
}
</style>
background-color css
<style>
a { background-color: #3A6EFE; }
a { background-color: rgb(58,110,254); }
div.DivClassName
{
background-color: #3A6EFE;
}
.BgClassName
{
background-color: #3A6EFE;
}
</style>
border-color css
<style>
span { border-color: #3A6EFE; }
span { border-color: rgb(58,110,254); }
td.TdClassName
{
border-color: #3A6EFE;
}
.TagClassName
{
border-color: #3A6EFE;
}
</style>