Shades of Royal Blue #3477DF
Tints of Royal Blue #3477DF
RGB
CMYK
RGB Variations
Color information
#3477DF (or 0x3477DF) is known color: Royal Blue. HEX triplet: 34, 77 and DF. RGB value is (52,119,223). Sum of RGB (Red+Green+Blue) = 52+119+223=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #3477DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477DF is #CB8820. Grayscale: #6E6E6E. Windows color (decimal): -13338657 or 14645044. OLE color: 14645044.
HSL color Cylindrical-coordinate representation of color #3477DF: hue angle of 216.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3477DF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 119 | 223 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.13 |
| HSL | 216.49º | 0.73% | 0.54% | - |
| HSV(B) | 216.49º | 0.77% | 0.87% | - |
| XYZ | 21.33 | 19.25 | 72.4 | - |
| YUV | 110.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 223 | 0.77 | 0.47 | 0 | 0.13 | 216.49 | 0.73 | 0.54 |
| Hex | 34 | 77 | DF | 4D | 2F | 0 | D | D8 | 49 | 36 |
| Octal | 64 | 167 | 337 | 115 | 57 | 0 | 15 | 330 | 111 | 66 |
| Binary | 110100 | 1110111 | 11011111 | 1001101 | 101111 | 0 | 1101 | 11011000 | 1001001 | 110110 |
Color Harmonies of #3477DF
Complementary color
Monochromatic Colors of #3477DF
Black with #3477DF
Text Example
Text Example
White with #3477DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3477DF; }
p { color: rgb(52,119,223); }
H1.HeaderClassName
{
color: #3477DF;
}
.AnyTagClassName
{
color: #3477DF;
}
</style>
background-color css
<style>
a { background-color: #3477DF; }
a { background-color: rgb(52,119,223); }
div.DivClassName
{
background-color: #3477DF;
}
.BgClassName
{
background-color: #3477DF;
}
</style>
border-color css
<style>
span { border-color: #3477DF; }
span { border-color: rgb(52,119,223); }
td.TdClassName
{
border-color: #3477DF;
}
.TagClassName
{
border-color: #3477DF;
}
</style>