Shades of Royal Blue #3472FC
Tints of Royal Blue #3472FC
RGB
CMYK
RGB Variations
Color information
#3472FC (or 0x3472FC) is known color: Royal Blue. HEX triplet: 34, 72 and FC. RGB value is (52,114,252). Sum of RGB (Red+Green+Blue) = 52+114+252=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #3472FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3472FC is #CB8D03. Grayscale: #6E6E6E. Windows color (decimal): -13339908 or 16544308. OLE color: 16544308.
HSL color Cylindrical-coordinate representation of color #3472FC: hue angle of 221.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3472FC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 114 | 252 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.01 |
| HSL | 221.4º | 0.97% | 0.6% | - |
| HSV(B) | 221.4º | 0.79% | 0.99% | - |
| XYZ | 25 | 19.79 | 94.6 | - |
| YUV | 111.19 | 207.46 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 252 | 0.79 | 0.55 | 0 | 0.01 | 221.4 | 0.97 | 0.6 |
| Hex | 34 | 72 | FC | 4F | 37 | 0 | 1 | DD | 61 | 3C |
| Octal | 64 | 162 | 374 | 117 | 67 | 0 | 1 | 335 | 141 | 74 |
| Binary | 110100 | 1110010 | 11111100 | 1001111 | 110111 | 0 | 1 | 11011101 | 1100001 | 111100 |
Color Harmonies of #3472FC
Complementary color
Monochromatic Colors of #3472FC
Black with #3472FC
Text Example
Text Example
White with #3472FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3472FC; }
p { color: rgb(52,114,252); }
H1.HeaderClassName
{
color: #3472FC;
}
.AnyTagClassName
{
color: #3472FC;
}
</style>
background-color css
<style>
a { background-color: #3472FC; }
a { background-color: rgb(52,114,252); }
div.DivClassName
{
background-color: #3472FC;
}
.BgClassName
{
background-color: #3472FC;
}
</style>
border-color css
<style>
span { border-color: #3472FC; }
span { border-color: rgb(52,114,252); }
td.TdClassName
{
border-color: #3472FC;
}
.TagClassName
{
border-color: #3472FC;
}
</style>