Shades of Royal Blue #3A6FFE
Tints of Royal Blue #3A6FFE
RGB
CMYK
RGB Variations
Color information
#3A6FFE (or 0x3A6FFE) is known color: Royal Blue. HEX triplet: 3A, 6F and FE. RGB value is (58,111,254). Sum of RGB (Red+Green+Blue) = 58+111+254=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A6FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6FFE is #C59001. Grayscale: #6E6E6E. Windows color (decimal): -12947458 or 16674618. OLE color: 16674618.
HSL color Cylindrical-coordinate representation of color #3A6FFE: hue angle of 223.78º 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 #3A6FFE is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 111 | 254 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.00 |
| HSL | 223.78º | 0.99% | 0.61% | - |
| HSV(B) | 223.78º | 0.77% | 1% | - |
| XYZ | 25.32 | 19.42 | 96.18 | - |
| YUV | 111.46 | 208.44 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 254 | 0.77 | 0.56 | 0 | 0.00 | 223.78 | 0.99 | 0.61 |
| Hex | 3A | 6F | FE | 4D | 38 | 0 | 0 | E0 | 63 | 3D |
| Octal | 72 | 157 | 376 | 115 | 70 | 0 | 0 | 340 | 143 | 75 |
| Binary | 111010 | 1101111 | 11111110 | 1001101 | 111000 | 0 | 0 | 11100000 | 1100011 | 111101 |
Color Harmonies of #3A6FFE
Complementary color
Monochromatic Colors of #3A6FFE
Black with #3A6FFE
Text Example
Text Example
White with #3A6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6FFE; }
p { color: rgb(58,111,254); }
H1.HeaderClassName
{
color: #3A6FFE;
}
.AnyTagClassName
{
color: #3A6FFE;
}
</style>
background-color css
<style>
a { background-color: #3A6FFE; }
a { background-color: rgb(58,111,254); }
div.DivClassName
{
background-color: #3A6FFE;
}
.BgClassName
{
background-color: #3A6FFE;
}
</style>
border-color css
<style>
span { border-color: #3A6FFE; }
span { border-color: rgb(58,111,254); }
td.TdClassName
{
border-color: #3A6FFE;
}
.TagClassName
{
border-color: #3A6FFE;
}
</style>