Shades of Royal Blue #3663DD
Tints of Royal Blue #3663DD
RGB
CMYK
RGB Variations
Color information
#3663DD (or 0x3663DD) is known color: Royal Blue. HEX triplet: 36, 63 and DD. RGB value is (54,99,221). Sum of RGB (Red+Green+Blue) = 54+99+221=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3663DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663DD is #C99C22. Grayscale: #626262. Windows color (decimal): -13212707 or 14508854. OLE color: 14508854.
HSL color Cylindrical-coordinate representation of color #3663DD: hue angle of 223.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3663DD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 99 | 221 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.13 |
| HSL | 223.83º | 0.71% | 0.54% | - |
| HSV(B) | 223.83º | 0.76% | 0.87% | - |
| XYZ | 19.03 | 14.93 | 70.28 | - |
| YUV | 99.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 221 | 0.76 | 0.55 | 0 | 0.13 | 223.83 | 0.71 | 0.54 |
| Hex | 36 | 63 | DD | 4C | 37 | 0 | D | E0 | 47 | 36 |
| Octal | 66 | 143 | 335 | 114 | 67 | 0 | 15 | 340 | 107 | 66 |
| Binary | 110110 | 1100011 | 11011101 | 1001100 | 110111 | 0 | 1101 | 11100000 | 1000111 | 110110 |
Color Harmonies of #3663DD
Complementary color
Monochromatic Colors of #3663DD
Black with #3663DD
Text Example
Text Example
White with #3663DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663DD; }
p { color: rgb(54,99,221); }
H1.HeaderClassName
{
color: #3663DD;
}
.AnyTagClassName
{
color: #3663DD;
}
</style>
background-color css
<style>
a { background-color: #3663DD; }
a { background-color: rgb(54,99,221); }
div.DivClassName
{
background-color: #3663DD;
}
.BgClassName
{
background-color: #3663DD;
}
</style>
border-color css
<style>
span { border-color: #3663DD; }
span { border-color: rgb(54,99,221); }
td.TdClassName
{
border-color: #3663DD;
}
.TagClassName
{
border-color: #3663DD;
}
</style>