Shades of Royal Blue #3A6EFF
Tints of Royal Blue #3A6EFF
RGB
CMYK
RGB Variations
Color information
#3A6EFF (or 0x3A6EFF) is known color: Royal Blue. HEX triplet: 3A, 6E and FF. RGB value is (58,110,255). Sum of RGB (Red+Green+Blue) = 58+110+255=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6EFF is #C59100. Grayscale: #6E6E6E. Windows color (decimal): -12947713 or 16739898. OLE color: 16739898.
HSL color Cylindrical-coordinate representation of color #3A6EFF: hue angle of 224.16º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6EFF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 110 | 255 | - |
| CMYK | 0.77 | 0.57 | 0 | 0 |
| HSL | 224.16º | 1% | 0.61% | - |
| HSV(B) | 224.16º | 0.77% | 1% | - |
| XYZ | 25.37 | 19.27 | 96.99 | - |
| YUV | 110.98 | 209.27 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 255 | 0.77 | 0.57 | 0 | 0 | 224.16 | 1 | 0.61 |
| Hex | 3A | 6E | FF | 4D | 39 | 0 | 0 | E0 | 64 | 3D |
| Octal | 72 | 156 | 377 | 115 | 71 | 0 | 0 | 340 | 144 | 75 |
| Binary | 111010 | 1101110 | 11111111 | 1001101 | 111001 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #3A6EFF
Complementary color
Monochromatic Colors of #3A6EFF
Black with #3A6EFF
Text Example
Text Example
White with #3A6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EFF; }
p { color: rgb(58,110,255); }
H1.HeaderClassName
{
color: #3A6EFF;
}
.AnyTagClassName
{
color: #3A6EFF;
}
</style>
background-color css
<style>
a { background-color: #3A6EFF; }
a { background-color: rgb(58,110,255); }
div.DivClassName
{
background-color: #3A6EFF;
}
.BgClassName
{
background-color: #3A6EFF;
}
</style>
border-color css
<style>
span { border-color: #3A6EFF; }
span { border-color: rgb(58,110,255); }
td.TdClassName
{
border-color: #3A6EFF;
}
.TagClassName
{
border-color: #3A6EFF;
}
</style>