Shades of Royal Blue #3363DD
Tints of Royal Blue #3363DD
RGB
CMYK
RGB Variations
Color information
#3363DD (or 0x3363DD) is known color: Royal Blue. HEX triplet: 33, 63 and DD. RGB value is (51,99,221). Sum of RGB (Red+Green+Blue) = 51+99+221=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #3363DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363DD is #CC9C22. Grayscale: #626262. Windows color (decimal): -13409315 or 14508851. OLE color: 14508851.
HSL color Cylindrical-coordinate representation of color #3363DD: hue angle of 223.06º 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 #3363DD is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 99 | 221 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.13 |
| HSL | 223.06º | 0.71% | 0.53% | - |
| HSV(B) | 223.06º | 0.77% | 0.87% | - |
| XYZ | 18.88 | 14.85 | 70.28 | - |
| YUV | 98.56 | 197.1 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 221 | 0.77 | 0.55 | 0 | 0.13 | 223.06 | 0.71 | 0.53 |
| Hex | 33 | 63 | DD | 4D | 37 | 0 | D | DF | 47 | 35 |
| Octal | 63 | 143 | 335 | 115 | 67 | 0 | 15 | 337 | 107 | 65 |
| Binary | 110011 | 1100011 | 11011101 | 1001101 | 110111 | 0 | 1101 | 11011111 | 1000111 | 110101 |
Color Harmonies of #3363DD
Complementary color
Monochromatic Colors of #3363DD
Black with #3363DD
Text Example
Text Example
White with #3363DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363DD; }
p { color: rgb(51,99,221); }
H1.HeaderClassName
{
color: #3363DD;
}
.AnyTagClassName
{
color: #3363DD;
}
</style>
background-color css
<style>
a { background-color: #3363DD; }
a { background-color: rgb(51,99,221); }
div.DivClassName
{
background-color: #3363DD;
}
.BgClassName
{
background-color: #3363DD;
}
</style>
border-color css
<style>
span { border-color: #3363DD; }
span { border-color: rgb(51,99,221); }
td.TdClassName
{
border-color: #3363DD;
}
.TagClassName
{
border-color: #3363DD;
}
</style>