Shades of Royal Blue #3474FA
Tints of Royal Blue #3474FA
RGB
CMYK
RGB Variations
Color information
#3474FA (or 0x3474FA) is known color: Royal Blue. HEX triplet: 34, 74 and FA. RGB value is (52,116,250). Sum of RGB (Red+Green+Blue) = 52+116+250=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3474FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3474FA is #CB8B05. Grayscale: #6F6F6F. Windows color (decimal): -13339398 or 16413748. OLE color: 16413748.
HSL color Cylindrical-coordinate representation of color #3474FA: hue angle of 220.61º 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 #3474FA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 116 | 250 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.02 |
| HSL | 220.61º | 0.95% | 0.59% | - |
| HSV(B) | 220.61º | 0.79% | 0.98% | - |
| XYZ | 24.92 | 20.12 | 93.01 | - |
| YUV | 112.14 | 205.8 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 250 | 0.79 | 0.54 | 0 | 0.02 | 220.61 | 0.95 | 0.59 |
| Hex | 34 | 74 | FA | 4F | 36 | 0 | 2 | DD | 5F | 3B |
| Octal | 64 | 164 | 372 | 117 | 66 | 0 | 2 | 335 | 137 | 73 |
| Binary | 110100 | 1110100 | 11111010 | 1001111 | 110110 | 0 | 10 | 11011101 | 1011111 | 111011 |
Color Harmonies of #3474FA
Complementary color
Monochromatic Colors of #3474FA
Black with #3474FA
Text Example
Text Example
White with #3474FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474FA; }
p { color: rgb(52,116,250); }
H1.HeaderClassName
{
color: #3474FA;
}
.AnyTagClassName
{
color: #3474FA;
}
</style>
background-color css
<style>
a { background-color: #3474FA; }
a { background-color: rgb(52,116,250); }
div.DivClassName
{
background-color: #3474FA;
}
.BgClassName
{
background-color: #3474FA;
}
</style>
border-color css
<style>
span { border-color: #3474FA; }
span { border-color: rgb(52,116,250); }
td.TdClassName
{
border-color: #3474FA;
}
.TagClassName
{
border-color: #3474FA;
}
</style>