Shades of Royal Blue #3366FF
Tints of Royal Blue #3366FF
RGB
CMYK
RGB Variations
Color information
#3366FF (or 0x3366FF) is known color: Royal Blue. HEX triplet: 33, 66 and FF. RGB value is (51,102,255). Sum of RGB (Red+Green+Blue) = 51+102+255=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3366FF is a web safe color. Inversed color of #3366FF is #CC9900. Grayscale: #676767. Windows color (decimal): -13408513 or 16737843. OLE color: 16737843.
HSL color Cylindrical-coordinate representation of color #3366FF: hue angle of 225º 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 #3366FF is Cyan = 0.8, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 102 | 255 | - |
| CMYK | 0.8 | 0.6 | 0 | 0 |
| HSL | 225º | 1% | 0.6% | - |
| HSV(B) | 225º | 0.8% | 1% | - |
| XYZ | 24.17 | 17.43 | 96.7 | - |
| YUV | 104.19 | 213.1 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 255 | 0.8 | 0.6 | 0 | 0 | 225 | 1 | 0.6 |
| Hex | 33 | 66 | FF | 50 | 3C | 0 | 0 | E1 | 64 | 3C |
| Octal | 63 | 146 | 377 | 120 | 74 | 0 | 0 | 341 | 144 | 74 |
| Binary | 110011 | 1100110 | 11111111 | 1010000 | 111100 | 0 | 0 | 11100001 | 1100100 | 111100 |
Color Harmonies of #3366FF
Complementary color
Monochromatic Colors of #3366FF
Black with #3366FF
Text Example
Text Example
White with #3366FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3366FF; }
p { color: rgb(51,102,255); }
H1.HeaderClassName
{
color: #3366FF;
}
.AnyTagClassName
{
color: #3366FF;
}
</style>
background-color css
<style>
a { background-color: #3366FF; }
a { background-color: rgb(51,102,255); }
div.DivClassName
{
background-color: #3366FF;
}
.BgClassName
{
background-color: #3366FF;
}
</style>
border-color css
<style>
span { border-color: #3366FF; }
span { border-color: rgb(51,102,255); }
td.TdClassName
{
border-color: #3366FF;
}
.TagClassName
{
border-color: #3366FF;
}
</style>