Shades of Royal Blue #326BFF
Tints of Royal Blue #326BFF
RGB
CMYK
RGB Variations
Color information
#326BFF (or 0x326BFF) is known color: Royal Blue. HEX triplet: 32, 6B and FF. RGB value is (50,107,255). Sum of RGB (Red+Green+Blue) = 50+107+255=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #326BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BFF is #CD9400. Grayscale: #6A6A6A. Windows color (decimal): -13472769 or 16739122. OLE color: 16739122.
HSL color Cylindrical-coordinate representation of color #326BFF: hue angle of 223.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326BFF is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 107 | 255 | - |
| CMYK | 0.80 | 0.58 | 0 | 0 |
| HSL | 223.32º | 1% | 0.6% | - |
| HSV(B) | 223.32º | 0.8% | 1% | - |
| XYZ | 24.62 | 18.41 | 96.86 | - |
| YUV | 106.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 255 | 0.80 | 0.58 | 0 | 0 | 223.32 | 1 | 0.6 |
| Hex | 32 | 6B | FF | 50 | 3A | 0 | 0 | DF | 64 | 3C |
| Octal | 62 | 153 | 377 | 120 | 72 | 0 | 0 | 337 | 144 | 74 |
| Binary | 110010 | 1101011 | 11111111 | 1010000 | 111010 | 0 | 0 | 11011111 | 1100100 | 111100 |
Color Harmonies of #326BFF
Complementary color
Monochromatic Colors of #326BFF
Black with #326BFF
Text Example
Text Example
White with #326BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BFF; }
p { color: rgb(50,107,255); }
H1.HeaderClassName
{
color: #326BFF;
}
.AnyTagClassName
{
color: #326BFF;
}
</style>
background-color css
<style>
a { background-color: #326BFF; }
a { background-color: rgb(50,107,255); }
div.DivClassName
{
background-color: #326BFF;
}
.BgClassName
{
background-color: #326BFF;
}
</style>
border-color css
<style>
span { border-color: #326BFF; }
span { border-color: rgb(50,107,255); }
td.TdClassName
{
border-color: #326BFF;
}
.TagClassName
{
border-color: #326BFF;
}
</style>