Shades of Royal Blue #3368DF
Tints of Royal Blue #3368DF
RGB
CMYK
RGB Variations
Color information
#3368DF (or 0x3368DF) is known color: Royal Blue. HEX triplet: 33, 68 and DF. RGB value is (51,104,223). Sum of RGB (Red+Green+Blue) = 51+104+223=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3368DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368DF is #CC9720. Grayscale: #656565. Windows color (decimal): -13408033 or 14641203. OLE color: 14641203.
HSL color Cylindrical-coordinate representation of color #3368DF: hue angle of 221.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3368DF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 104 | 223 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.13 |
| HSL | 221.51º | 0.73% | 0.54% | - |
| HSV(B) | 221.51º | 0.77% | 0.87% | - |
| XYZ | 19.63 | 15.93 | 71.85 | - |
| YUV | 101.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 223 | 0.77 | 0.53 | 0 | 0.13 | 221.51 | 0.73 | 0.54 |
| Hex | 33 | 68 | DF | 4D | 35 | 0 | D | DE | 49 | 36 |
| Octal | 63 | 150 | 337 | 115 | 65 | 0 | 15 | 336 | 111 | 66 |
| Binary | 110011 | 1101000 | 11011111 | 1001101 | 110101 | 0 | 1101 | 11011110 | 1001001 | 110110 |
Color Harmonies of #3368DF
Complementary color
Monochromatic Colors of #3368DF
Black with #3368DF
Text Example
Text Example
White with #3368DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3368DF; }
p { color: rgb(51,104,223); }
H1.HeaderClassName
{
color: #3368DF;
}
.AnyTagClassName
{
color: #3368DF;
}
</style>
background-color css
<style>
a { background-color: #3368DF; }
a { background-color: rgb(51,104,223); }
div.DivClassName
{
background-color: #3368DF;
}
.BgClassName
{
background-color: #3368DF;
}
</style>
border-color css
<style>
span { border-color: #3368DF; }
span { border-color: rgb(51,104,223); }
td.TdClassName
{
border-color: #3368DF;
}
.TagClassName
{
border-color: #3368DF;
}
</style>