Shades of Royal Blue #3485DC
Tints of Royal Blue #3485DC
RGB
CMYK
RGB Variations
Color information
#3485DC (or 0x3485DC) is known color: Royal Blue. HEX triplet: 34, 85 and DC. RGB value is (52,133,220). Sum of RGB (Red+Green+Blue) = 52+133+220=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3485DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485DC is #CB7A23. Grayscale: #767676. Windows color (decimal): -13335076 or 14452020. OLE color: 14452020.
HSL color Cylindrical-coordinate representation of color #3485DC: hue angle of 211.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3485DC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 133 | 220 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.14 |
| HSL | 211.07º | 0.71% | 0.53% | - |
| HSV(B) | 211.07º | 0.76% | 0.86% | - |
| XYZ | 22.72 | 22.67 | 70.89 | - |
| YUV | 118.7 | 185.16 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 220 | 0.76 | 0.40 | 0 | 0.14 | 211.07 | 0.71 | 0.53 |
| Hex | 34 | 85 | DC | 4C | 28 | 0 | E | D3 | 47 | 35 |
| Octal | 64 | 205 | 334 | 114 | 50 | 0 | 16 | 323 | 107 | 65 |
| Binary | 110100 | 10000101 | 11011100 | 1001100 | 101000 | 0 | 1110 | 11010011 | 1000111 | 110101 |
Color Harmonies of #3485DC
Complementary color
Monochromatic Colors of #3485DC
Black with #3485DC
Text Example
Text Example
White with #3485DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485DC; }
p { color: rgb(52,133,220); }
H1.HeaderClassName
{
color: #3485DC;
}
.AnyTagClassName
{
color: #3485DC;
}
</style>
background-color css
<style>
a { background-color: #3485DC; }
a { background-color: rgb(52,133,220); }
div.DivClassName
{
background-color: #3485DC;
}
.BgClassName
{
background-color: #3485DC;
}
</style>
border-color css
<style>
span { border-color: #3485DC; }
span { border-color: rgb(52,133,220); }
td.TdClassName
{
border-color: #3485DC;
}
.TagClassName
{
border-color: #3485DC;
}
</style>