Shades of Royal Blue #326CE6
Tints of Royal Blue #326CE6
RGB
CMYK
RGB Variations
Color information
#326CE6 (or 0x326CE6) is known color: Royal Blue. HEX triplet: 32, 6C and E6. RGB value is (50,108,230). Sum of RGB (Red+Green+Blue) = 50+108+230=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 230 (90.23% from 255 or 59.28% from 388); Max value from RGB is 230 - color contains mainly: blue. Hex color #326CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CE6 is #CD9319. Grayscale: #686868. Windows color (decimal): -13472538 or 15100978. OLE color: 15100978.
HSL color Cylindrical-coordinate representation of color #326CE6: hue angle of 220.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326CE6 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 108 | 230 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.10 |
| HSL | 220.67º | 0.78% | 0.55% | - |
| HSV(B) | 220.67º | 0.78% | 0.9% | - |
| XYZ | 20.96 | 17.12 | 77.06 | - |
| YUV | 104.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 230 | 0.78 | 0.53 | 0 | 0.10 | 220.67 | 0.78 | 0.55 |
| Hex | 32 | 6C | E6 | 4E | 35 | 0 | A | DD | 4E | 37 |
| Octal | 62 | 154 | 346 | 116 | 65 | 0 | 12 | 335 | 116 | 67 |
| Binary | 110010 | 1101100 | 11100110 | 1001110 | 110101 | 0 | 1010 | 11011101 | 1001110 | 110111 |
Color Harmonies of #326CE6
Complementary color
Monochromatic Colors of #326CE6
Black with #326CE6
Text Example
Text Example
White with #326CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CE6; }
p { color: rgb(50,108,230); }
H1.HeaderClassName
{
color: #326CE6;
}
.AnyTagClassName
{
color: #326CE6;
}
</style>
background-color css
<style>
a { background-color: #326CE6; }
a { background-color: rgb(50,108,230); }
div.DivClassName
{
background-color: #326CE6;
}
.BgClassName
{
background-color: #326CE6;
}
</style>
border-color css
<style>
span { border-color: #326CE6; }
span { border-color: rgb(50,108,230); }
td.TdClassName
{
border-color: #326CE6;
}
.TagClassName
{
border-color: #326CE6;
}
</style>