Shades of Royal Blue #3384DD
Tints of Royal Blue #3384DD
RGB
CMYK
RGB Variations
Color information
#3384DD (or 0x3384DD) is known color: Royal Blue. HEX triplet: 33, 84 and DD. RGB value is (51,132,221). Sum of RGB (Red+Green+Blue) = 51+132+221=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #3384DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384DD is #CC7B22. Grayscale: #757575. Windows color (decimal): -13400867 or 14517299. OLE color: 14517299.
HSL color Cylindrical-coordinate representation of color #3384DD: hue angle of 211.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3384DD is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 132 | 221 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.13 |
| HSL | 211.41º | 0.71% | 0.53% | - |
| HSV(B) | 211.41º | 0.77% | 0.87% | - |
| XYZ | 22.67 | 22.43 | 71.54 | - |
| YUV | 117.93 | 186.16 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 221 | 0.77 | 0.40 | 0 | 0.13 | 211.41 | 0.71 | 0.53 |
| Hex | 33 | 84 | DD | 4D | 28 | 0 | D | D3 | 47 | 35 |
| Octal | 63 | 204 | 335 | 115 | 50 | 0 | 15 | 323 | 107 | 65 |
| Binary | 110011 | 10000100 | 11011101 | 1001101 | 101000 | 0 | 1101 | 11010011 | 1000111 | 110101 |
Color Harmonies of #3384DD
Complementary color
Monochromatic Colors of #3384DD
Black with #3384DD
Text Example
Text Example
White with #3384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384DD; }
p { color: rgb(51,132,221); }
H1.HeaderClassName
{
color: #3384DD;
}
.AnyTagClassName
{
color: #3384DD;
}
</style>
background-color css
<style>
a { background-color: #3384DD; }
a { background-color: rgb(51,132,221); }
div.DivClassName
{
background-color: #3384DD;
}
.BgClassName
{
background-color: #3384DD;
}
</style>
border-color css
<style>
span { border-color: #3384DD; }
span { border-color: rgb(51,132,221); }
td.TdClassName
{
border-color: #3384DD;
}
.TagClassName
{
border-color: #3384DD;
}
</style>