Shades of Royal Blue #326DFC
Tints of Royal Blue #326DFC
RGB
CMYK
RGB Variations
Color information
#326DFC (or 0x326DFC) is known color: Royal Blue. HEX triplet: 32, 6D and FC. RGB value is (50,109,252). Sum of RGB (Red+Green+Blue) = 50+109+252=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #326DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DFC is #CD9203. Grayscale: #6B6B6B. Windows color (decimal): -13472260 or 16543026. OLE color: 16543026.
HSL color Cylindrical-coordinate representation of color #326DFC: hue angle of 222.48º 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 #326DFC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 109 | 252 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.01 |
| HSL | 222.48º | 0.97% | 0.59% | - |
| HSV(B) | 222.48º | 0.8% | 0.99% | - |
| XYZ | 24.35 | 18.64 | 94.41 | - |
| YUV | 107.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 252 | 0.80 | 0.57 | 0 | 0.01 | 222.48 | 0.97 | 0.59 |
| Hex | 32 | 6D | FC | 50 | 39 | 0 | 1 | DE | 61 | 3B |
| Octal | 62 | 155 | 374 | 120 | 71 | 0 | 1 | 336 | 141 | 73 |
| Binary | 110010 | 1101101 | 11111100 | 1010000 | 111001 | 0 | 1 | 11011110 | 1100001 | 111011 |
Color Harmonies of #326DFC
Complementary color
Monochromatic Colors of #326DFC
Black with #326DFC
Text Example
Text Example
White with #326DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DFC; }
p { color: rgb(50,109,252); }
H1.HeaderClassName
{
color: #326DFC;
}
.AnyTagClassName
{
color: #326DFC;
}
</style>
background-color css
<style>
a { background-color: #326DFC; }
a { background-color: rgb(50,109,252); }
div.DivClassName
{
background-color: #326DFC;
}
.BgClassName
{
background-color: #326DFC;
}
</style>
border-color css
<style>
span { border-color: #326DFC; }
span { border-color: rgb(50,109,252); }
td.TdClassName
{
border-color: #326DFC;
}
.TagClassName
{
border-color: #326DFC;
}
</style>