Shades of Royal Blue #3684DD
Tints of Royal Blue #3684DD
RGB
CMYK
RGB Variations
Color information
#3684DD (or 0x3684DD) is known color: Royal Blue. HEX triplet: 36, 84 and DD. RGB value is (54,132,221). Sum of RGB (Red+Green+Blue) = 54+132+221=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #3684DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684DD is #C97B22. Grayscale: #767676. Windows color (decimal): -13204259 or 14517302. OLE color: 14517302.
HSL color Cylindrical-coordinate representation of color #3684DD: hue angle of 211.98º 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 #3684DD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 132 | 221 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.13 |
| HSL | 211.98º | 0.71% | 0.54% | - |
| HSV(B) | 211.98º | 0.76% | 0.87% | - |
| XYZ | 22.82 | 22.51 | 71.55 | - |
| YUV | 118.82 | 185.66 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 221 | 0.76 | 0.40 | 0 | 0.13 | 211.98 | 0.71 | 0.54 |
| Hex | 36 | 84 | DD | 4C | 28 | 0 | D | D4 | 47 | 36 |
| Octal | 66 | 204 | 335 | 114 | 50 | 0 | 15 | 324 | 107 | 66 |
| Binary | 110110 | 10000100 | 11011101 | 1001100 | 101000 | 0 | 1101 | 11010100 | 1000111 | 110110 |
Color Harmonies of #3684DD
Complementary color
Monochromatic Colors of #3684DD
Black with #3684DD
Text Example
Text Example
White with #3684DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684DD; }
p { color: rgb(54,132,221); }
H1.HeaderClassName
{
color: #3684DD;
}
.AnyTagClassName
{
color: #3684DD;
}
</style>
background-color css
<style>
a { background-color: #3684DD; }
a { background-color: rgb(54,132,221); }
div.DivClassName
{
background-color: #3684DD;
}
.BgClassName
{
background-color: #3684DD;
}
</style>
border-color css
<style>
span { border-color: #3684DD; }
span { border-color: rgb(54,132,221); }
td.TdClassName
{
border-color: #3684DD;
}
.TagClassName
{
border-color: #3684DD;
}
</style>