Shades of Royal Blue #3369DD
Tints of Royal Blue #3369DD
RGB
CMYK
RGB Variations
Color information
#3369DD (or 0x3369DD) is known color: Royal Blue. HEX triplet: 33, 69 and DD. RGB value is (51,105,221). Sum of RGB (Red+Green+Blue) = 51+105+221=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #3369DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369DD is #CC9622. Grayscale: #656565. Windows color (decimal): -13407779 or 14510387. OLE color: 14510387.
HSL color Cylindrical-coordinate representation of color #3369DD: hue angle of 220.94º 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 #3369DD is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 105 | 221 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.13 |
| HSL | 220.94º | 0.71% | 0.53% | - |
| HSV(B) | 220.94º | 0.77% | 0.87% | - |
| XYZ | 19.47 | 16.03 | 70.47 | - |
| YUV | 102.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 221 | 0.77 | 0.52 | 0 | 0.13 | 220.94 | 0.71 | 0.53 |
| Hex | 33 | 69 | DD | 4D | 34 | 0 | D | DD | 47 | 35 |
| Octal | 63 | 151 | 335 | 115 | 64 | 0 | 15 | 335 | 107 | 65 |
| Binary | 110011 | 1101001 | 11011101 | 1001101 | 110100 | 0 | 1101 | 11011101 | 1000111 | 110101 |
Color Harmonies of #3369DD
Complementary color
Monochromatic Colors of #3369DD
Black with #3369DD
Text Example
Text Example
White with #3369DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3369DD; }
p { color: rgb(51,105,221); }
H1.HeaderClassName
{
color: #3369DD;
}
.AnyTagClassName
{
color: #3369DD;
}
</style>
background-color css
<style>
a { background-color: #3369DD; }
a { background-color: rgb(51,105,221); }
div.DivClassName
{
background-color: #3369DD;
}
.BgClassName
{
background-color: #3369DD;
}
</style>
border-color css
<style>
span { border-color: #3369DD; }
span { border-color: rgb(51,105,221); }
td.TdClassName
{
border-color: #3369DD;
}
.TagClassName
{
border-color: #3369DD;
}
</style>