Shades of Royal Blue #3369DC
Tints of Royal Blue #3369DC
RGB
CMYK
RGB Variations
Color information
#3369DC (or 0x3369DC) is known color: Royal Blue. HEX triplet: 33, 69 and DC. RGB value is (51,105,220). Sum of RGB (Red+Green+Blue) = 51+105+220=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #3369DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369DC is #CC9623. Grayscale: #656565. Windows color (decimal): -13407780 or 14444851. OLE color: 14444851.
HSL color Cylindrical-coordinate representation of color #3369DC: hue angle of 220.83º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3369DC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 105 | 220 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.14 |
| HSL | 220.83º | 0.71% | 0.53% | - |
| HSV(B) | 220.83º | 0.77% | 0.86% | - |
| XYZ | 19.34 | 15.97 | 69.77 | - |
| YUV | 101.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 220 | 0.77 | 0.52 | 0 | 0.14 | 220.83 | 0.71 | 0.53 |
| Hex | 33 | 69 | DC | 4D | 34 | 0 | E | DD | 47 | 35 |
| Octal | 63 | 151 | 334 | 115 | 64 | 0 | 16 | 335 | 107 | 65 |
| Binary | 110011 | 1101001 | 11011100 | 1001101 | 110100 | 0 | 1110 | 11011101 | 1000111 | 110101 |
Color Harmonies of #3369DC
Complementary color
Monochromatic Colors of #3369DC
Black with #3369DC
Text Example
Text Example
White with #3369DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3369DC; }
p { color: rgb(51,105,220); }
H1.HeaderClassName
{
color: #3369DC;
}
.AnyTagClassName
{
color: #3369DC;
}
</style>
background-color css
<style>
a { background-color: #3369DC; }
a { background-color: rgb(51,105,220); }
div.DivClassName
{
background-color: #3369DC;
}
.BgClassName
{
background-color: #3369DC;
}
</style>
border-color css
<style>
span { border-color: #3369DC; }
span { border-color: rgb(51,105,220); }
td.TdClassName
{
border-color: #3369DC;
}
.TagClassName
{
border-color: #3369DC;
}
</style>