Shades of Royal Blue #3A64F6
Tints of Royal Blue #3A64F6
RGB
CMYK
RGB Variations
Color information
#3A64F6 (or 0x3A64F6) is known color: Royal Blue. HEX triplet: 3A, 64 and F6. RGB value is (58,100,246). Sum of RGB (Red+Green+Blue) = 58+100+246=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A64F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A64F6 is #C59B09. Grayscale: #676767. Windows color (decimal): -12950282 or 16147514. OLE color: 16147514.
HSL color Cylindrical-coordinate representation of color #3A64F6: hue angle of 226.6º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A64F6 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 100 | 246 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.04 |
| HSL | 226.6º | 0.91% | 0.6% | - |
| HSV(B) | 226.6º | 0.76% | 0.96% | - |
| XYZ | 22.94 | 16.67 | 89.2 | - |
| YUV | 104.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 246 | 0.76 | 0.59 | 0 | 0.04 | 226.6 | 0.91 | 0.6 |
| Hex | 3A | 64 | F6 | 4C | 3B | 0 | 4 | E3 | 5B | 3C |
| Octal | 72 | 144 | 366 | 114 | 73 | 0 | 4 | 343 | 133 | 74 |
| Binary | 111010 | 1100100 | 11110110 | 1001100 | 111011 | 0 | 100 | 11100011 | 1011011 | 111100 |
Color Harmonies of #3A64F6
Complementary color
Monochromatic Colors of #3A64F6
Black with #3A64F6
Text Example
Text Example
White with #3A64F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A64F6; }
p { color: rgb(58,100,246); }
H1.HeaderClassName
{
color: #3A64F6;
}
.AnyTagClassName
{
color: #3A64F6;
}
</style>
background-color css
<style>
a { background-color: #3A64F6; }
a { background-color: rgb(58,100,246); }
div.DivClassName
{
background-color: #3A64F6;
}
.BgClassName
{
background-color: #3A64F6;
}
</style>
border-color css
<style>
span { border-color: #3A64F6; }
span { border-color: rgb(58,100,246); }
td.TdClassName
{
border-color: #3A64F6;
}
.TagClassName
{
border-color: #3A64F6;
}
</style>