Shades of Royal Blue #3479FA
Tints of Royal Blue #3479FA
RGB
CMYK
RGB Variations
Color information
#3479FA (or 0x3479FA) is known color: Royal Blue. HEX triplet: 34, 79 and FA. RGB value is (52,121,250). Sum of RGB (Red+Green+Blue) = 52+121+250=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #3479FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3479FA is #CB8605. Grayscale: #727272. Windows color (decimal): -13338118 or 16415028. OLE color: 16415028.
HSL color Cylindrical-coordinate representation of color #3479FA: hue angle of 219.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3479FA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 121 | 250 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.02 |
| HSL | 219.09º | 0.95% | 0.59% | - |
| HSV(B) | 219.09º | 0.79% | 0.98% | - |
| XYZ | 25.51 | 21.31 | 93.21 | - |
| YUV | 115.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 250 | 0.79 | 0.52 | 0 | 0.02 | 219.09 | 0.95 | 0.59 |
| Hex | 34 | 79 | FA | 4F | 34 | 0 | 2 | DB | 5F | 3B |
| Octal | 64 | 171 | 372 | 117 | 64 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110100 | 1111001 | 11111010 | 1001111 | 110100 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3479FA
Complementary color
Monochromatic Colors of #3479FA
Black with #3479FA
Text Example
Text Example
White with #3479FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479FA; }
p { color: rgb(52,121,250); }
H1.HeaderClassName
{
color: #3479FA;
}
.AnyTagClassName
{
color: #3479FA;
}
</style>
background-color css
<style>
a { background-color: #3479FA; }
a { background-color: rgb(52,121,250); }
div.DivClassName
{
background-color: #3479FA;
}
.BgClassName
{
background-color: #3479FA;
}
</style>
border-color css
<style>
span { border-color: #3479FA; }
span { border-color: rgb(52,121,250); }
td.TdClassName
{
border-color: #3479FA;
}
.TagClassName
{
border-color: #3479FA;
}
</style>