Shades of Royal Blue #3485DE
Tints of Royal Blue #3485DE
RGB
CMYK
RGB Variations
Color information
#3485DE (or 0x3485DE) is known color: Royal Blue. HEX triplet: 34, 85 and DE. RGB value is (52,133,222). Sum of RGB (Red+Green+Blue) = 52+133+222=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #3485DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485DE is #CB7A21. Grayscale: #767676. Windows color (decimal): -13335074 or 14583092. OLE color: 14583092.
HSL color Cylindrical-coordinate representation of color #3485DE: hue angle of 211.41º degrees, saturation: 0.72, 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 #3485DE is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 133 | 222 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.13 |
| HSL | 211.41º | 0.72% | 0.54% | - |
| HSV(B) | 211.41º | 0.77% | 0.87% | - |
| XYZ | 22.99 | 22.78 | 72.29 | - |
| YUV | 118.93 | 186.16 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 222 | 0.77 | 0.40 | 0 | 0.13 | 211.41 | 0.72 | 0.54 |
| Hex | 34 | 85 | DE | 4D | 28 | 0 | D | D3 | 48 | 36 |
| Octal | 64 | 205 | 336 | 115 | 50 | 0 | 15 | 323 | 110 | 66 |
| Binary | 110100 | 10000101 | 11011110 | 1001101 | 101000 | 0 | 1101 | 11010011 | 1001000 | 110110 |
Color Harmonies of #3485DE
Complementary color
Monochromatic Colors of #3485DE
Black with #3485DE
Text Example
Text Example
White with #3485DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485DE; }
p { color: rgb(52,133,222); }
H1.HeaderClassName
{
color: #3485DE;
}
.AnyTagClassName
{
color: #3485DE;
}
</style>
background-color css
<style>
a { background-color: #3485DE; }
a { background-color: rgb(52,133,222); }
div.DivClassName
{
background-color: #3485DE;
}
.BgClassName
{
background-color: #3485DE;
}
</style>
border-color css
<style>
span { border-color: #3485DE; }
span { border-color: rgb(52,133,222); }
td.TdClassName
{
border-color: #3485DE;
}
.TagClassName
{
border-color: #3485DE;
}
</style>