Shades of Royal Blue #3471CC
Tints of Royal Blue #3471CC
RGB
CMYK
RGB Variations
Color information
#3471CC (or 0x3471CC) is known color: Royal Blue. HEX triplet: 34, 71 and CC. RGB value is (52,113,204). Sum of RGB (Red+Green+Blue) = 52+113+204=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #3471CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471CC is #CB8E33. Grayscale: #686868. Windows color (decimal): -13340212 or 13398324. OLE color: 13398324.
HSL color Cylindrical-coordinate representation of color #3471CC: hue angle of 215.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3471CC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 113 | 204 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.2 |
| HSL | 215.92º | 0.6% | 0.5% | - |
| HSV(B) | 215.92º | 0.75% | 0.8% | - |
| XYZ | 18.22 | 16.9 | 59.43 | - |
| YUV | 105.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 204 | 0.75 | 0.45 | 0 | 0.2 | 215.92 | 0.6 | 0.5 |
| Hex | 34 | 71 | CC | 4B | 2D | 0 | 14 | D8 | 3C | 32 |
| Octal | 64 | 161 | 314 | 113 | 55 | 0 | 24 | 330 | 74 | 62 |
| Binary | 110100 | 1110001 | 11001100 | 1001011 | 101101 | 0 | 10100 | 11011000 | 111100 | 110010 |
Color Harmonies of #3471CC
Complementary color
Monochromatic Colors of #3471CC
Black with #3471CC
Text Example
Text Example
White with #3471CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471CC; }
p { color: rgb(52,113,204); }
H1.HeaderClassName
{
color: #3471CC;
}
.AnyTagClassName
{
color: #3471CC;
}
</style>
background-color css
<style>
a { background-color: #3471CC; }
a { background-color: rgb(52,113,204); }
div.DivClassName
{
background-color: #3471CC;
}
.BgClassName
{
background-color: #3471CC;
}
</style>
border-color css
<style>
span { border-color: #3471CC; }
span { border-color: rgb(52,113,204); }
td.TdClassName
{
border-color: #3471CC;
}
.TagClassName
{
border-color: #3471CC;
}
</style>