Shades of Royal Blue #326CF5
Tints of Royal Blue #326CF5
RGB
CMYK
RGB Variations
Color information
#326CF5 (or 0x326CF5) is known color: Royal Blue. HEX triplet: 32, 6C and F5. RGB value is (50,108,245). Sum of RGB (Red+Green+Blue) = 50+108+245=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 245 (96.09% from 255 or 60.79% from 403); Max value from RGB is 245 - color contains mainly: blue. Hex color #326CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CF5 is #CD930A. Grayscale: #696969. Windows color (decimal): -13472523 or 16084018. OLE color: 16084018.
HSL color Cylindrical-coordinate representation of color #326CF5: hue angle of 222.15º degrees, saturation: 0.91, 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 #326CF5 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 108 | 245 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.04 |
| HSL | 222.15º | 0.91% | 0.58% | - |
| HSV(B) | 222.15º | 0.8% | 0.96% | - |
| XYZ | 23.16 | 18 | 88.64 | - |
| YUV | 106.28 | 206.28 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 245 | 0.80 | 0.56 | 0 | 0.04 | 222.15 | 0.91 | 0.58 |
| Hex | 32 | 6C | F5 | 50 | 38 | 0 | 4 | DE | 5B | 3A |
| Octal | 62 | 154 | 365 | 120 | 70 | 0 | 4 | 336 | 133 | 72 |
| Binary | 110010 | 1101100 | 11110101 | 1010000 | 111000 | 0 | 100 | 11011110 | 1011011 | 111010 |
Color Harmonies of #326CF5
Complementary color
Monochromatic Colors of #326CF5
Black with #326CF5
Text Example
Text Example
White with #326CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CF5; }
p { color: rgb(50,108,245); }
H1.HeaderClassName
{
color: #326CF5;
}
.AnyTagClassName
{
color: #326CF5;
}
</style>
background-color css
<style>
a { background-color: #326CF5; }
a { background-color: rgb(50,108,245); }
div.DivClassName
{
background-color: #326CF5;
}
.BgClassName
{
background-color: #326CF5;
}
</style>
border-color css
<style>
span { border-color: #326CF5; }
span { border-color: rgb(50,108,245); }
td.TdClassName
{
border-color: #326CF5;
}
.TagClassName
{
border-color: #326CF5;
}
</style>