Shades of Royal Blue #326BF4
Tints of Royal Blue #326BF4
RGB
CMYK
RGB Variations
Color information
#326BF4 (or 0x326BF4) is known color: Royal Blue. HEX triplet: 32, 6B and F4. RGB value is (50,107,244). Sum of RGB (Red+Green+Blue) = 50+107+244=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #326BF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BF4 is #CD940B. Grayscale: #686868. Windows color (decimal): -13472780 or 16018226. OLE color: 16018226.
HSL color Cylindrical-coordinate representation of color #326BF4: hue angle of 222.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326BF4 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 107 | 244 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.04 |
| HSL | 222.37º | 0.9% | 0.58% | - |
| HSV(B) | 222.37º | 0.8% | 0.96% | - |
| XYZ | 22.9 | 17.73 | 87.8 | - |
| YUV | 105.58 | 206.12 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 244 | 0.80 | 0.56 | 0 | 0.04 | 222.37 | 0.9 | 0.58 |
| Hex | 32 | 6B | F4 | 50 | 38 | 0 | 4 | DE | 5A | 3A |
| Octal | 62 | 153 | 364 | 120 | 70 | 0 | 4 | 336 | 132 | 72 |
| Binary | 110010 | 1101011 | 11110100 | 1010000 | 111000 | 0 | 100 | 11011110 | 1011010 | 111010 |
Color Harmonies of #326BF4
Complementary color
Monochromatic Colors of #326BF4
Black with #326BF4
Text Example
Text Example
White with #326BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BF4; }
p { color: rgb(50,107,244); }
H1.HeaderClassName
{
color: #326BF4;
}
.AnyTagClassName
{
color: #326BF4;
}
</style>
background-color css
<style>
a { background-color: #326BF4; }
a { background-color: rgb(50,107,244); }
div.DivClassName
{
background-color: #326BF4;
}
.BgClassName
{
background-color: #326BF4;
}
</style>
border-color css
<style>
span { border-color: #326BF4; }
span { border-color: rgb(50,107,244); }
td.TdClassName
{
border-color: #326BF4;
}
.TagClassName
{
border-color: #326BF4;
}
</style>