Shades of Royal Blue #3363DC
Tints of Royal Blue #3363DC
RGB
CMYK
RGB Variations
Color information
#3363DC (or 0x3363DC) is known color: Royal Blue. HEX triplet: 33, 63 and DC. RGB value is (51,99,220). Sum of RGB (Red+Green+Blue) = 51+99+220=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #3363DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363DC is #CC9C23. Grayscale: #616161. Windows color (decimal): -13409316 or 14443315. OLE color: 14443315.
HSL color Cylindrical-coordinate representation of color #3363DC: hue angle of 222.96º 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 #3363DC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 99 | 220 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.14 |
| HSL | 222.96º | 0.71% | 0.53% | - |
| HSV(B) | 222.96º | 0.77% | 0.86% | - |
| XYZ | 18.75 | 14.79 | 69.58 | - |
| YUV | 98.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 220 | 0.77 | 0.55 | 0 | 0.14 | 222.96 | 0.71 | 0.53 |
| Hex | 33 | 63 | DC | 4D | 37 | 0 | E | DF | 47 | 35 |
| Octal | 63 | 143 | 334 | 115 | 67 | 0 | 16 | 337 | 107 | 65 |
| Binary | 110011 | 1100011 | 11011100 | 1001101 | 110111 | 0 | 1110 | 11011111 | 1000111 | 110101 |
Color Harmonies of #3363DC
Complementary color
Monochromatic Colors of #3363DC
Black with #3363DC
Text Example
Text Example
White with #3363DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363DC; }
p { color: rgb(51,99,220); }
H1.HeaderClassName
{
color: #3363DC;
}
.AnyTagClassName
{
color: #3363DC;
}
</style>
background-color css
<style>
a { background-color: #3363DC; }
a { background-color: rgb(51,99,220); }
div.DivClassName
{
background-color: #3363DC;
}
.BgClassName
{
background-color: #3363DC;
}
</style>
border-color css
<style>
span { border-color: #3363DC; }
span { border-color: rgb(51,99,220); }
td.TdClassName
{
border-color: #3363DC;
}
.TagClassName
{
border-color: #3363DC;
}
</style>