Shades of Royal Blue #3685DD
Tints of Royal Blue #3685DD
RGB
CMYK
RGB Variations
Color information
#3685DD (or 0x3685DD) is known color: Royal Blue. HEX triplet: 36, 85 and DD. RGB value is (54,133,221). Sum of RGB (Red+Green+Blue) = 54+133+221=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #3685DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685DD is #C97A22. Grayscale: #767676. Windows color (decimal): -13204003 or 14517558. OLE color: 14517558.
HSL color Cylindrical-coordinate representation of color #3685DD: hue angle of 211.62º 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 #3685DD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 133 | 221 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.13 |
| HSL | 211.62º | 0.71% | 0.54% | - |
| HSV(B) | 211.62º | 0.76% | 0.87% | - |
| XYZ | 22.96 | 22.78 | 71.59 | - |
| YUV | 119.41 | 185.33 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 221 | 0.76 | 0.40 | 0 | 0.13 | 211.62 | 0.71 | 0.54 |
| Hex | 36 | 85 | DD | 4C | 28 | 0 | D | D4 | 47 | 36 |
| Octal | 66 | 205 | 335 | 114 | 50 | 0 | 15 | 324 | 107 | 66 |
| Binary | 110110 | 10000101 | 11011101 | 1001100 | 101000 | 0 | 1101 | 11010100 | 1000111 | 110110 |
Color Harmonies of #3685DD
Complementary color
Monochromatic Colors of #3685DD
Black with #3685DD
Text Example
Text Example
White with #3685DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685DD; }
p { color: rgb(54,133,221); }
H1.HeaderClassName
{
color: #3685DD;
}
.AnyTagClassName
{
color: #3685DD;
}
</style>
background-color css
<style>
a { background-color: #3685DD; }
a { background-color: rgb(54,133,221); }
div.DivClassName
{
background-color: #3685DD;
}
.BgClassName
{
background-color: #3685DD;
}
</style>
border-color css
<style>
span { border-color: #3685DD; }
span { border-color: rgb(54,133,221); }
td.TdClassName
{
border-color: #3685DD;
}
.TagClassName
{
border-color: #3685DD;
}
</style>