Shades of Royal Blue #3266FB
Tints of Royal Blue #3266FB
RGB
CMYK
RGB Variations
Color information
#3266FB (or 0x3266FB) is known color: Royal Blue. HEX triplet: 32, 66 and FB. RGB value is (50,102,251). Sum of RGB (Red+Green+Blue) = 50+102+251=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #3266FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FB is #CD9904. Grayscale: #666666. Windows color (decimal): -13474053 or 16475698. OLE color: 16475698.
HSL color Cylindrical-coordinate representation of color #3266FB: hue angle of 224.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3266FB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 102 | 251 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.02 |
| HSL | 224.48º | 0.96% | 0.59% | - |
| HSV(B) | 224.48º | 0.8% | 0.98% | - |
| XYZ | 23.48 | 17.15 | 93.34 | - |
| YUV | 103.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 251 | 0.80 | 0.59 | 0 | 0.02 | 224.48 | 0.96 | 0.59 |
| Hex | 32 | 66 | FB | 50 | 3B | 0 | 2 | E0 | 60 | 3B |
| Octal | 62 | 146 | 373 | 120 | 73 | 0 | 2 | 340 | 140 | 73 |
| Binary | 110010 | 1100110 | 11111011 | 1010000 | 111011 | 0 | 10 | 11100000 | 1100000 | 111011 |
Color Harmonies of #3266FB
Complementary color
Monochromatic Colors of #3266FB
Black with #3266FB
Text Example
Text Example
White with #3266FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266FB; }
p { color: rgb(50,102,251); }
H1.HeaderClassName
{
color: #3266FB;
}
.AnyTagClassName
{
color: #3266FB;
}
</style>
background-color css
<style>
a { background-color: #3266FB; }
a { background-color: rgb(50,102,251); }
div.DivClassName
{
background-color: #3266FB;
}
.BgClassName
{
background-color: #3266FB;
}
</style>
border-color css
<style>
span { border-color: #3266FB; }
span { border-color: rgb(50,102,251); }
td.TdClassName
{
border-color: #3266FB;
}
.TagClassName
{
border-color: #3266FB;
}
</style>