Shades of Royal Blue #3478DA
Tints of Royal Blue #3478DA
RGB
CMYK
RGB Variations
Color information
#3478DA (or 0x3478DA) is known color: Royal Blue. HEX triplet: 34, 78 and DA. RGB value is (52,120,218). Sum of RGB (Red+Green+Blue) = 52+120+218=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3478DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478DA is #CB8725. Grayscale: #6E6E6E. Windows color (decimal): -13338406 or 14317620. OLE color: 14317620.
HSL color Cylindrical-coordinate representation of color #3478DA: hue angle of 215.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3478DA is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 120 | 218 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.15 |
| HSL | 215.42º | 0.69% | 0.53% | - |
| HSV(B) | 215.42º | 0.76% | 0.85% | - |
| XYZ | 20.79 | 19.22 | 68.94 | - |
| YUV | 110.84 | 188.47 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 218 | 0.76 | 0.45 | 0 | 0.15 | 215.42 | 0.69 | 0.53 |
| Hex | 34 | 78 | DA | 4C | 2D | 0 | F | D7 | 45 | 35 |
| Octal | 64 | 170 | 332 | 114 | 55 | 0 | 17 | 327 | 105 | 65 |
| Binary | 110100 | 1111000 | 11011010 | 1001100 | 101101 | 0 | 1111 | 11010111 | 1000101 | 110101 |
Color Harmonies of #3478DA
Complementary color
Monochromatic Colors of #3478DA
Black with #3478DA
Text Example
Text Example
White with #3478DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3478DA; }
p { color: rgb(52,120,218); }
H1.HeaderClassName
{
color: #3478DA;
}
.AnyTagClassName
{
color: #3478DA;
}
</style>
background-color css
<style>
a { background-color: #3478DA; }
a { background-color: rgb(52,120,218); }
div.DivClassName
{
background-color: #3478DA;
}
.BgClassName
{
background-color: #3478DA;
}
</style>
border-color css
<style>
span { border-color: #3478DA; }
span { border-color: rgb(52,120,218); }
td.TdClassName
{
border-color: #3478DA;
}
.TagClassName
{
border-color: #3478DA;
}
</style>