Shades of Royal Blue #3363D0
Tints of Royal Blue #3363D0
RGB
CMYK
RGB Variations
Color information
#3363D0 (or 0x3363D0) is known color: Royal Blue. HEX triplet: 33, 63 and D0. RGB value is (51,99,208). Sum of RGB (Red+Green+Blue) = 51+99+208=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #3363D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363D0 is #CC9C2F. Grayscale: #606060. Windows color (decimal): -13409328 or 13656883. OLE color: 13656883.
HSL color Cylindrical-coordinate representation of color #3363D0: hue angle of 221.66º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3363D0 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 99 | 208 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.18 |
| HSL | 221.66º | 0.63% | 0.51% | - |
| HSV(B) | 221.66º | 0.75% | 0.82% | - |
| XYZ | 17.21 | 14.18 | 61.5 | - |
| YUV | 97.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 208 | 0.75 | 0.52 | 0 | 0.18 | 221.66 | 0.63 | 0.51 |
| Hex | 33 | 63 | D0 | 4B | 34 | 0 | 12 | DE | 3F | 33 |
| Octal | 63 | 143 | 320 | 113 | 64 | 0 | 22 | 336 | 77 | 63 |
| Binary | 110011 | 1100011 | 11010000 | 1001011 | 110100 | 0 | 10010 | 11011110 | 111111 | 110011 |
Color Harmonies of #3363D0
Complementary color
Monochromatic Colors of #3363D0
Black with #3363D0
Text Example
Text Example
White with #3363D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363D0; }
p { color: rgb(51,99,208); }
H1.HeaderClassName
{
color: #3363D0;
}
.AnyTagClassName
{
color: #3363D0;
}
</style>
background-color css
<style>
a { background-color: #3363D0; }
a { background-color: rgb(51,99,208); }
div.DivClassName
{
background-color: #3363D0;
}
.BgClassName
{
background-color: #3363D0;
}
</style>
border-color css
<style>
span { border-color: #3363D0; }
span { border-color: rgb(51,99,208); }
td.TdClassName
{
border-color: #3363D0;
}
.TagClassName
{
border-color: #3363D0;
}
</style>