Shades of Royal Blue #3266FC
Tints of Royal Blue #3266FC
RGB
CMYK
RGB Variations
Color information
#3266FC (or 0x3266FC) is known color: Royal Blue. HEX triplet: 32, 66 and FC. RGB value is (50,102,252). Sum of RGB (Red+Green+Blue) = 50+102+252=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #3266FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FC is #CD9903. Grayscale: #666666. Windows color (decimal): -13474052 or 16541234. OLE color: 16541234.
HSL color Cylindrical-coordinate representation of color #3266FC: hue angle of 224.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3266FC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 102 | 252 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.01 |
| HSL | 224.55º | 0.97% | 0.59% | - |
| HSV(B) | 224.55º | 0.8% | 0.99% | - |
| XYZ | 23.64 | 17.21 | 94.17 | - |
| YUV | 103.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 252 | 0.80 | 0.60 | 0 | 0.01 | 224.55 | 0.97 | 0.59 |
| Hex | 32 | 66 | FC | 50 | 3C | 0 | 1 | E1 | 61 | 3B |
| Octal | 62 | 146 | 374 | 120 | 74 | 0 | 1 | 341 | 141 | 73 |
| Binary | 110010 | 1100110 | 11111100 | 1010000 | 111100 | 0 | 1 | 11100001 | 1100001 | 111011 |
Color Harmonies of #3266FC
Complementary color
Monochromatic Colors of #3266FC
Black with #3266FC
Text Example
Text Example
White with #3266FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266FC; }
p { color: rgb(50,102,252); }
H1.HeaderClassName
{
color: #3266FC;
}
.AnyTagClassName
{
color: #3266FC;
}
</style>
background-color css
<style>
a { background-color: #3266FC; }
a { background-color: rgb(50,102,252); }
div.DivClassName
{
background-color: #3266FC;
}
.BgClassName
{
background-color: #3266FC;
}
</style>
border-color css
<style>
span { border-color: #3266FC; }
span { border-color: rgb(50,102,252); }
td.TdClassName
{
border-color: #3266FC;
}
.TagClassName
{
border-color: #3266FC;
}
</style>