Shades of Royal Blue #3266FF
Tints of Royal Blue #3266FF
RGB
CMYK
RGB Variations
Color information
#3266FF (or 0x3266FF) is known color: Royal Blue. HEX triplet: 32, 66 and FF. RGB value is (50,102,255). Sum of RGB (Red+Green+Blue) = 50+102+255=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #3266FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FF is #CD9900. Grayscale: #676767. Windows color (decimal): -13474049 or 16737842. OLE color: 16737842.
HSL color Cylindrical-coordinate representation of color #3266FF: hue angle of 224.78º 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 #3266FF is Cyan = 0.80, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 102 | 255 | - |
| CMYK | 0.80 | 0.6 | 0 | 0 |
| HSL | 224.78º | 1% | 0.6% | - |
| HSV(B) | 224.78º | 0.8% | 1% | - |
| XYZ | 24.12 | 17.4 | 96.7 | - |
| YUV | 103.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 255 | 0.80 | 0.6 | 0 | 0 | 224.78 | 1 | 0.6 |
| Hex | 32 | 66 | FF | 50 | 3C | 0 | 0 | E1 | 64 | 3C |
| Octal | 62 | 146 | 377 | 120 | 74 | 0 | 0 | 341 | 144 | 74 |
| Binary | 110010 | 1100110 | 11111111 | 1010000 | 111100 | 0 | 0 | 11100001 | 1100100 | 111100 |
Color Harmonies of #3266FF
Complementary color
Monochromatic Colors of #3266FF
Black with #3266FF
Text Example
Text Example
White with #3266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266FF; }
p { color: rgb(50,102,255); }
H1.HeaderClassName
{
color: #3266FF;
}
.AnyTagClassName
{
color: #3266FF;
}
</style>
background-color css
<style>
a { background-color: #3266FF; }
a { background-color: rgb(50,102,255); }
div.DivClassName
{
background-color: #3266FF;
}
.BgClassName
{
background-color: #3266FF;
}
</style>
border-color css
<style>
span { border-color: #3266FF; }
span { border-color: rgb(50,102,255); }
td.TdClassName
{
border-color: #3266FF;
}
.TagClassName
{
border-color: #3266FF;
}
</style>