Shades of Royal Blue #3477D0
Tints of Royal Blue #3477D0
RGB
CMYK
RGB Variations
Color information
#3477D0 (or 0x3477D0) is known color: Royal Blue. HEX triplet: 34, 77 and D0. RGB value is (52,119,208). Sum of RGB (Red+Green+Blue) = 52+119+208=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #3477D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477D0 is #CB882F. Grayscale: #6C6C6C. Windows color (decimal): -13338672 or 13662004. OLE color: 13662004.
HSL color Cylindrical-coordinate representation of color #3477D0: hue angle of 214.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3477D0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 119 | 208 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.18 |
| HSL | 214.23º | 0.62% | 0.51% | - |
| HSV(B) | 214.23º | 0.75% | 0.82% | - |
| XYZ | 19.4 | 18.48 | 62.22 | - |
| YUV | 109.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 208 | 0.75 | 0.43 | 0 | 0.18 | 214.23 | 0.62 | 0.51 |
| Hex | 34 | 77 | D0 | 4B | 2B | 0 | 12 | D6 | 3E | 33 |
| Octal | 64 | 167 | 320 | 113 | 53 | 0 | 22 | 326 | 76 | 63 |
| Binary | 110100 | 1110111 | 11010000 | 1001011 | 101011 | 0 | 10010 | 11010110 | 111110 | 110011 |
Color Harmonies of #3477D0
Complementary color
Monochromatic Colors of #3477D0
Black with #3477D0
Text Example
Text Example
White with #3477D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3477D0; }
p { color: rgb(52,119,208); }
H1.HeaderClassName
{
color: #3477D0;
}
.AnyTagClassName
{
color: #3477D0;
}
</style>
background-color css
<style>
a { background-color: #3477D0; }
a { background-color: rgb(52,119,208); }
div.DivClassName
{
background-color: #3477D0;
}
.BgClassName
{
background-color: #3477D0;
}
</style>
border-color css
<style>
span { border-color: #3477D0; }
span { border-color: rgb(52,119,208); }
td.TdClassName
{
border-color: #3477D0;
}
.TagClassName
{
border-color: #3477D0;
}
</style>