Shades of Royal Blue #326CF3
Tints of Royal Blue #326CF3
RGB
CMYK
RGB Variations
Color information
#326CF3 (or 0x326CF3) is known color: Royal Blue. HEX triplet: 32, 6C and F3. RGB value is (50,108,243). Sum of RGB (Red+Green+Blue) = 50+108+243=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #326CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CF3 is #CD930C. Grayscale: #696969. Windows color (decimal): -13472525 or 15952946. OLE color: 15952946.
HSL color Cylindrical-coordinate representation of color #326CF3: hue angle of 221.97º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326CF3 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 108 | 243 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.05 |
| HSL | 221.97º | 0.89% | 0.57% | - |
| HSV(B) | 221.97º | 0.79% | 0.95% | - |
| XYZ | 22.86 | 17.87 | 87.04 | - |
| YUV | 106.05 | 205.28 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 243 | 0.79 | 0.56 | 0 | 0.05 | 221.97 | 0.89 | 0.57 |
| Hex | 32 | 6C | F3 | 4F | 38 | 0 | 5 | DE | 59 | 39 |
| Octal | 62 | 154 | 363 | 117 | 70 | 0 | 5 | 336 | 131 | 71 |
| Binary | 110010 | 1101100 | 11110011 | 1001111 | 111000 | 0 | 101 | 11011110 | 1011001 | 111001 |
Color Harmonies of #326CF3
Complementary color
Monochromatic Colors of #326CF3
Black with #326CF3
Text Example
Text Example
White with #326CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CF3; }
p { color: rgb(50,108,243); }
H1.HeaderClassName
{
color: #326CF3;
}
.AnyTagClassName
{
color: #326CF3;
}
</style>
background-color css
<style>
a { background-color: #326CF3; }
a { background-color: rgb(50,108,243); }
div.DivClassName
{
background-color: #326CF3;
}
.BgClassName
{
background-color: #326CF3;
}
</style>
border-color css
<style>
span { border-color: #326CF3; }
span { border-color: rgb(50,108,243); }
td.TdClassName
{
border-color: #326CF3;
}
.TagClassName
{
border-color: #326CF3;
}
</style>