Shades of Royal Blue #3A6EFB
Tints of Royal Blue #3A6EFB
RGB
CMYK
RGB Variations
Color information
#3A6EFB (or 0x3A6EFB) is known color: Royal Blue. HEX triplet: 3A, 6E and FB. RGB value is (58,110,251). Sum of RGB (Red+Green+Blue) = 58+110+251=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6EFB is #C59104. Grayscale: #6D6D6D. Windows color (decimal): -12947717 or 16477754. OLE color: 16477754.
HSL color Cylindrical-coordinate representation of color #3A6EFB: hue angle of 223.83º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6EFB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 110 | 251 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.02 |
| HSL | 223.83º | 0.96% | 0.61% | - |
| HSV(B) | 223.83º | 0.77% | 0.98% | - |
| XYZ | 24.73 | 19.02 | 93.63 | - |
| YUV | 110.53 | 207.27 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 251 | 0.77 | 0.56 | 0 | 0.02 | 223.83 | 0.96 | 0.61 |
| Hex | 3A | 6E | FB | 4D | 38 | 0 | 2 | E0 | 60 | 3D |
| Octal | 72 | 156 | 373 | 115 | 70 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111010 | 1101110 | 11111011 | 1001101 | 111000 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3A6EFB
Complementary color
Monochromatic Colors of #3A6EFB
Black with #3A6EFB
Text Example
Text Example
White with #3A6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EFB; }
p { color: rgb(58,110,251); }
H1.HeaderClassName
{
color: #3A6EFB;
}
.AnyTagClassName
{
color: #3A6EFB;
}
</style>
background-color css
<style>
a { background-color: #3A6EFB; }
a { background-color: rgb(58,110,251); }
div.DivClassName
{
background-color: #3A6EFB;
}
.BgClassName
{
background-color: #3A6EFB;
}
</style>
border-color css
<style>
span { border-color: #3A6EFB; }
span { border-color: rgb(58,110,251); }
td.TdClassName
{
border-color: #3A6EFB;
}
.TagClassName
{
border-color: #3A6EFB;
}
</style>