Shades of Royal Blue #3482DD
Tints of Royal Blue #3482DD
RGB
CMYK
RGB Variations
Color information
#3482DD (or 0x3482DD) is known color: Royal Blue. HEX triplet: 34, 82 and DD. RGB value is (52,130,221). Sum of RGB (Red+Green+Blue) = 52+130+221=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #3482DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3482DD is #CB7D22. Grayscale: #747474. Windows color (decimal): -13335843 or 14516788. OLE color: 14516788.
HSL color Cylindrical-coordinate representation of color #3482DD: hue angle of 212.31º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3482DD is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 130 | 221 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.13 |
| HSL | 212.31º | 0.71% | 0.54% | - |
| HSV(B) | 212.31º | 0.76% | 0.87% | - |
| XYZ | 22.45 | 21.92 | 71.45 | - |
| YUV | 117.05 | 186.66 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 221 | 0.76 | 0.41 | 0 | 0.13 | 212.31 | 0.71 | 0.54 |
| Hex | 34 | 82 | DD | 4C | 29 | 0 | D | D4 | 47 | 36 |
| Octal | 64 | 202 | 335 | 114 | 51 | 0 | 15 | 324 | 107 | 66 |
| Binary | 110100 | 10000010 | 11011101 | 1001100 | 101001 | 0 | 1101 | 11010100 | 1000111 | 110110 |
Color Harmonies of #3482DD
Complementary color
Monochromatic Colors of #3482DD
Black with #3482DD
Text Example
Text Example
White with #3482DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3482DD; }
p { color: rgb(52,130,221); }
H1.HeaderClassName
{
color: #3482DD;
}
.AnyTagClassName
{
color: #3482DD;
}
</style>
background-color css
<style>
a { background-color: #3482DD; }
a { background-color: rgb(52,130,221); }
div.DivClassName
{
background-color: #3482DD;
}
.BgClassName
{
background-color: #3482DD;
}
</style>
border-color css
<style>
span { border-color: #3482DD; }
span { border-color: rgb(52,130,221); }
td.TdClassName
{
border-color: #3482DD;
}
.TagClassName
{
border-color: #3482DD;
}
</style>