Shades of Royal Blue #3A6DFC
Tints of Royal Blue #3A6DFC
RGB
CMYK
RGB Variations
Color information
#3A6DFC (or 0x3A6DFC) is known color: Royal Blue. HEX triplet: 3A, 6D and FC. RGB value is (58,109,252). Sum of RGB (Red+Green+Blue) = 58+109+252=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A6DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6DFC is #C59203. Grayscale: #6D6D6D. Windows color (decimal): -12947972 or 16543034. OLE color: 16543034.
HSL color Cylindrical-coordinate representation of color #3A6DFC: hue angle of 224.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6DFC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 109 | 252 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.01 |
| HSL | 224.23º | 0.97% | 0.61% | - |
| HSV(B) | 224.23º | 0.77% | 0.99% | - |
| XYZ | 24.78 | 18.87 | 94.43 | - |
| YUV | 110.05 | 208.1 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 252 | 0.77 | 0.57 | 0 | 0.01 | 224.23 | 0.97 | 0.61 |
| Hex | 3A | 6D | FC | 4D | 39 | 0 | 1 | E0 | 61 | 3D |
| Octal | 72 | 155 | 374 | 115 | 71 | 0 | 1 | 340 | 141 | 75 |
| Binary | 111010 | 1101101 | 11111100 | 1001101 | 111001 | 0 | 1 | 11100000 | 1100001 | 111101 |
Color Harmonies of #3A6DFC
Complementary color
Monochromatic Colors of #3A6DFC
Black with #3A6DFC
Text Example
Text Example
White with #3A6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DFC; }
p { color: rgb(58,109,252); }
H1.HeaderClassName
{
color: #3A6DFC;
}
.AnyTagClassName
{
color: #3A6DFC;
}
</style>
background-color css
<style>
a { background-color: #3A6DFC; }
a { background-color: rgb(58,109,252); }
div.DivClassName
{
background-color: #3A6DFC;
}
.BgClassName
{
background-color: #3A6DFC;
}
</style>
border-color css
<style>
span { border-color: #3A6DFC; }
span { border-color: rgb(58,109,252); }
td.TdClassName
{
border-color: #3A6DFC;
}
.TagClassName
{
border-color: #3A6DFC;
}
</style>