Shades of Royal Blue #3266FA
Tints of Royal Blue #3266FA
RGB
CMYK
RGB Variations
Color information
#3266FA (or 0x3266FA) is known color: Royal Blue. HEX triplet: 32, 66 and FA. RGB value is (50,102,250). Sum of RGB (Red+Green+Blue) = 50+102+250=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #3266FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FA is #CD9905. Grayscale: #666666. Windows color (decimal): -13474054 or 16410162. OLE color: 16410162.
HSL color Cylindrical-coordinate representation of color #3266FA: hue angle of 224.4º degrees, saturation: 0.95, 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 #3266FA is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 102 | 250 | - |
| CMYK | 0.8 | 0.59 | 0 | 0.02 |
| HSL | 224.4º | 0.95% | 0.59% | - |
| HSV(B) | 224.4º | 0.8% | 0.98% | - |
| XYZ | 23.32 | 17.08 | 92.51 | - |
| YUV | 103.32 | 210.77 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 250 | 0.8 | 0.59 | 0 | 0.02 | 224.4 | 0.95 | 0.59 |
| Hex | 32 | 66 | FA | 50 | 3B | 0 | 2 | E0 | 5F | 3B |
| Octal | 62 | 146 | 372 | 120 | 73 | 0 | 2 | 340 | 137 | 73 |
| Binary | 110010 | 1100110 | 11111010 | 1010000 | 111011 | 0 | 10 | 11100000 | 1011111 | 111011 |
Color Harmonies of #3266FA
Complementary color
Monochromatic Colors of #3266FA
Black with #3266FA
Text Example
Text Example
White with #3266FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266FA; }
p { color: rgb(50,102,250); }
H1.HeaderClassName
{
color: #3266FA;
}
.AnyTagClassName
{
color: #3266FA;
}
</style>
background-color css
<style>
a { background-color: #3266FA; }
a { background-color: rgb(50,102,250); }
div.DivClassName
{
background-color: #3266FA;
}
.BgClassName
{
background-color: #3266FA;
}
</style>
border-color css
<style>
span { border-color: #3266FA; }
span { border-color: rgb(50,102,250); }
td.TdClassName
{
border-color: #3266FA;
}
.TagClassName
{
border-color: #3266FA;
}
</style>