Shades of Royal Blue #3473CC
Tints of Royal Blue #3473CC
RGB
CMYK
RGB Variations
Color information
#3473CC (or 0x3473CC) is known color: Royal Blue. HEX triplet: 34, 73 and CC. RGB value is (52,115,204). Sum of RGB (Red+Green+Blue) = 52+115+204=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3473CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473CC is #CB8C33. Grayscale: #696969. Windows color (decimal): -13339700 or 13398836. OLE color: 13398836.
HSL color Cylindrical-coordinate representation of color #3473CC: hue angle of 215.13º 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 #3473CC is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 115 | 204 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.2 |
| HSL | 215.13º | 0.6% | 0.5% | - |
| HSV(B) | 215.13º | 0.75% | 0.8% | - |
| XYZ | 18.45 | 17.35 | 59.5 | - |
| YUV | 106.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 204 | 0.75 | 0.44 | 0 | 0.2 | 215.13 | 0.6 | 0.5 |
| Hex | 34 | 73 | CC | 4B | 2C | 0 | 14 | D7 | 3C | 32 |
| Octal | 64 | 163 | 314 | 113 | 54 | 0 | 24 | 327 | 74 | 62 |
| Binary | 110100 | 1110011 | 11001100 | 1001011 | 101100 | 0 | 10100 | 11010111 | 111100 | 110010 |
Color Harmonies of #3473CC
Complementary color
Monochromatic Colors of #3473CC
Black with #3473CC
Text Example
Text Example
White with #3473CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473CC; }
p { color: rgb(52,115,204); }
H1.HeaderClassName
{
color: #3473CC;
}
.AnyTagClassName
{
color: #3473CC;
}
</style>
background-color css
<style>
a { background-color: #3473CC; }
a { background-color: rgb(52,115,204); }
div.DivClassName
{
background-color: #3473CC;
}
.BgClassName
{
background-color: #3473CC;
}
</style>
border-color css
<style>
span { border-color: #3473CC; }
span { border-color: rgb(52,115,204); }
td.TdClassName
{
border-color: #3473CC;
}
.TagClassName
{
border-color: #3473CC;
}
</style>