Shades of Royal Blue #3A6DFB
Tints of Royal Blue #3A6DFB
RGB
CMYK
RGB Variations
Color information
#3A6DFB (or 0x3A6DFB) is known color: Royal Blue. HEX triplet: 3A, 6D and FB. RGB value is (58,109,251). Sum of RGB (Red+Green+Blue) = 58+109+251=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6DFB is #C59204. Grayscale: #6D6D6D. Windows color (decimal): -12947973 or 16477498. OLE color: 16477498.
HSL color Cylindrical-coordinate representation of color #3A6DFB: hue angle of 224.15º 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 #3A6DFB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 109 | 251 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.02 |
| HSL | 224.15º | 0.96% | 0.61% | - |
| HSV(B) | 224.15º | 0.77% | 0.98% | - |
| XYZ | 24.63 | 18.8 | 93.6 | - |
| YUV | 109.94 | 207.6 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 251 | 0.77 | 0.57 | 0 | 0.02 | 224.15 | 0.96 | 0.61 |
| Hex | 3A | 6D | FB | 4D | 39 | 0 | 2 | E0 | 60 | 3D |
| Octal | 72 | 155 | 373 | 115 | 71 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111010 | 1101101 | 11111011 | 1001101 | 111001 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3A6DFB
Complementary color
Monochromatic Colors of #3A6DFB
Black with #3A6DFB
Text Example
Text Example
White with #3A6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DFB; }
p { color: rgb(58,109,251); }
H1.HeaderClassName
{
color: #3A6DFB;
}
.AnyTagClassName
{
color: #3A6DFB;
}
</style>
background-color css
<style>
a { background-color: #3A6DFB; }
a { background-color: rgb(58,109,251); }
div.DivClassName
{
background-color: #3A6DFB;
}
.BgClassName
{
background-color: #3A6DFB;
}
</style>
border-color css
<style>
span { border-color: #3A6DFB; }
span { border-color: rgb(58,109,251); }
td.TdClassName
{
border-color: #3A6DFB;
}
.TagClassName
{
border-color: #3A6DFB;
}
</style>