Shades of Royal Blue #326AFC
Tints of Royal Blue #326AFC
RGB
CMYK
RGB Variations
Color information
#326AFC (or 0x326AFC) is known color: Royal Blue. HEX triplet: 32, 6A and FC. RGB value is (50,106,252). Sum of RGB (Red+Green+Blue) = 50+106+252=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #326AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326AFC is #CD9503. Grayscale: #696969. Windows color (decimal): -13473028 or 16542258. OLE color: 16542258.
HSL color Cylindrical-coordinate representation of color #326AFC: hue angle of 223.37º 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 #326AFC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 106 | 252 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.01 |
| HSL | 223.37º | 0.97% | 0.59% | - |
| HSV(B) | 223.37º | 0.8% | 0.99% | - |
| XYZ | 24.04 | 18.01 | 94.31 | - |
| YUV | 105.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 252 | 0.80 | 0.58 | 0 | 0.01 | 223.37 | 0.97 | 0.59 |
| Hex | 32 | 6A | FC | 50 | 3A | 0 | 1 | DF | 61 | 3B |
| Octal | 62 | 152 | 374 | 120 | 72 | 0 | 1 | 337 | 141 | 73 |
| Binary | 110010 | 1101010 | 11111100 | 1010000 | 111010 | 0 | 1 | 11011111 | 1100001 | 111011 |
Color Harmonies of #326AFC
Complementary color
Monochromatic Colors of #326AFC
Black with #326AFC
Text Example
Text Example
White with #326AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326AFC; }
p { color: rgb(50,106,252); }
H1.HeaderClassName
{
color: #326AFC;
}
.AnyTagClassName
{
color: #326AFC;
}
</style>
background-color css
<style>
a { background-color: #326AFC; }
a { background-color: rgb(50,106,252); }
div.DivClassName
{
background-color: #326AFC;
}
.BgClassName
{
background-color: #326AFC;
}
</style>
border-color css
<style>
span { border-color: #326AFC; }
span { border-color: rgb(50,106,252); }
td.TdClassName
{
border-color: #326AFC;
}
.TagClassName
{
border-color: #326AFC;
}
</style>