Shades of Royal Blue #3368FF
Tints of Royal Blue #3368FF
RGB
CMYK
RGB Variations
Color information
#3368FF (or 0x3368FF) is known color: Royal Blue. HEX triplet: 33, 68 and FF. RGB value is (51,104,255). Sum of RGB (Red+Green+Blue) = 51+104+255=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #3368FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3368FF is #CC9700. Grayscale: #686868. Windows color (decimal): -13408001 or 16738355. OLE color: 16738355.
HSL color Cylindrical-coordinate representation of color #3368FF: hue angle of 224.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3368FF is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 104 | 255 | - |
| CMYK | 0.8 | 0.59 | 0 | 0 |
| HSL | 224.41º | 1% | 0.6% | - |
| HSV(B) | 224.41º | 0.8% | 1% | - |
| XYZ | 24.37 | 17.82 | 96.76 | - |
| YUV | 105.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 255 | 0.8 | 0.59 | 0 | 0 | 224.41 | 1 | 0.6 |
| Hex | 33 | 68 | FF | 50 | 3B | 0 | 0 | E0 | 64 | 3C |
| Octal | 63 | 150 | 377 | 120 | 73 | 0 | 0 | 340 | 144 | 74 |
| Binary | 110011 | 1101000 | 11111111 | 1010000 | 111011 | 0 | 0 | 11100000 | 1100100 | 111100 |
Color Harmonies of #3368FF
Complementary color
Monochromatic Colors of #3368FF
Black with #3368FF
Text Example
Text Example
White with #3368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3368FF; }
p { color: rgb(51,104,255); }
H1.HeaderClassName
{
color: #3368FF;
}
.AnyTagClassName
{
color: #3368FF;
}
</style>
background-color css
<style>
a { background-color: #3368FF; }
a { background-color: rgb(51,104,255); }
div.DivClassName
{
background-color: #3368FF;
}
.BgClassName
{
background-color: #3368FF;
}
</style>
border-color css
<style>
span { border-color: #3368FF; }
span { border-color: rgb(51,104,255); }
td.TdClassName
{
border-color: #3368FF;
}
.TagClassName
{
border-color: #3368FF;
}
</style>