Shades of Royal Blue #326FFA
Tints of Royal Blue #326FFA
RGB
CMYK
RGB Variations
Color information
#326FFA (or 0x326FFA) is known color: Royal Blue. HEX triplet: 32, 6F and FA. RGB value is (50,111,250). Sum of RGB (Red+Green+Blue) = 50+111+250=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #326FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FFA is #CD9005. Grayscale: #6B6B6B. Windows color (decimal): -13471750 or 16412466. OLE color: 16412466.
HSL color Cylindrical-coordinate representation of color #326FFA: hue angle of 221.7º 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 #326FFA is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 111 | 250 | - |
| CMYK | 0.8 | 0.56 | 0 | 0.02 |
| HSL | 221.7º | 0.95% | 0.59% | - |
| HSV(B) | 221.7º | 0.8% | 0.98% | - |
| XYZ | 24.26 | 18.95 | 92.82 | - |
| YUV | 108.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 250 | 0.8 | 0.56 | 0 | 0.02 | 221.7 | 0.95 | 0.59 |
| Hex | 32 | 6F | FA | 50 | 38 | 0 | 2 | DE | 5F | 3B |
| Octal | 62 | 157 | 372 | 120 | 70 | 0 | 2 | 336 | 137 | 73 |
| Binary | 110010 | 1101111 | 11111010 | 1010000 | 111000 | 0 | 10 | 11011110 | 1011111 | 111011 |
Color Harmonies of #326FFA
Complementary color
Monochromatic Colors of #326FFA
Black with #326FFA
Text Example
Text Example
White with #326FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FFA; }
p { color: rgb(50,111,250); }
H1.HeaderClassName
{
color: #326FFA;
}
.AnyTagClassName
{
color: #326FFA;
}
</style>
background-color css
<style>
a { background-color: #326FFA; }
a { background-color: rgb(50,111,250); }
div.DivClassName
{
background-color: #326FFA;
}
.BgClassName
{
background-color: #326FFA;
}
</style>
border-color css
<style>
span { border-color: #326FFA; }
span { border-color: rgb(50,111,250); }
td.TdClassName
{
border-color: #326FFA;
}
.TagClassName
{
border-color: #326FFA;
}
</style>