Shades of Royal Blue #3266FD
Tints of Royal Blue #3266FD
RGB
CMYK
RGB Variations
Color information
#3266FD (or 0x3266FD) is known color: Royal Blue. HEX triplet: 32, 66 and FD. RGB value is (50,102,253). Sum of RGB (Red+Green+Blue) = 50+102+253=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #3266FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FD is #CD9902. Grayscale: #676767. Windows color (decimal): -13474051 or 16606770. OLE color: 16606770.
HSL color Cylindrical-coordinate representation of color #3266FD: hue angle of 224.63º degrees, saturation: 0.98, 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 #3266FD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 102 | 253 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.01 |
| HSL | 224.63º | 0.98% | 0.59% | - |
| HSV(B) | 224.63º | 0.8% | 0.99% | - |
| XYZ | 23.8 | 17.27 | 95.01 | - |
| YUV | 103.67 | 212.27 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 253 | 0.80 | 0.60 | 0 | 0.01 | 224.63 | 0.98 | 0.59 |
| Hex | 32 | 66 | FD | 50 | 3C | 0 | 1 | E1 | 62 | 3B |
| Octal | 62 | 146 | 375 | 120 | 74 | 0 | 1 | 341 | 142 | 73 |
| Binary | 110010 | 1100110 | 11111101 | 1010000 | 111100 | 0 | 1 | 11100001 | 1100010 | 111011 |
Color Harmonies of #3266FD
Complementary color
Monochromatic Colors of #3266FD
Black with #3266FD
Text Example
Text Example
White with #3266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266FD; }
p { color: rgb(50,102,253); }
H1.HeaderClassName
{
color: #3266FD;
}
.AnyTagClassName
{
color: #3266FD;
}
</style>
background-color css
<style>
a { background-color: #3266FD; }
a { background-color: rgb(50,102,253); }
div.DivClassName
{
background-color: #3266FD;
}
.BgClassName
{
background-color: #3266FD;
}
</style>
border-color css
<style>
span { border-color: #3266FD; }
span { border-color: rgb(50,102,253); }
td.TdClassName
{
border-color: #3266FD;
}
.TagClassName
{
border-color: #3266FD;
}
</style>