Shades of Royal Blue #326DDE
Tints of Royal Blue #326DDE
RGB
CMYK
RGB Variations
Color information
#326DDE (or 0x326DDE) is known color: Royal Blue. HEX triplet: 32, 6D and DE. RGB value is (50,109,222). Sum of RGB (Red+Green+Blue) = 50+109+222=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #326DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DDE is #CD9221. Grayscale: #676767. Windows color (decimal): -13472290 or 14576946. OLE color: 14576946.
HSL color Cylindrical-coordinate representation of color #326DDE: hue angle of 219.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326DDE is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 109 | 222 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.13 |
| HSL | 219.42º | 0.72% | 0.53% | - |
| HSV(B) | 219.42º | 0.77% | 0.87% | - |
| XYZ | 19.97 | 16.89 | 71.31 | - |
| YUV | 104.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 222 | 0.77 | 0.51 | 0 | 0.13 | 219.42 | 0.72 | 0.53 |
| Hex | 32 | 6D | DE | 4D | 33 | 0 | D | DB | 48 | 35 |
| Octal | 62 | 155 | 336 | 115 | 63 | 0 | 15 | 333 | 110 | 65 |
| Binary | 110010 | 1101101 | 11011110 | 1001101 | 110011 | 0 | 1101 | 11011011 | 1001000 | 110101 |
Color Harmonies of #326DDE
Complementary color
Monochromatic Colors of #326DDE
Black with #326DDE
Text Example
Text Example
White with #326DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DDE; }
p { color: rgb(50,109,222); }
H1.HeaderClassName
{
color: #326DDE;
}
.AnyTagClassName
{
color: #326DDE;
}
</style>
background-color css
<style>
a { background-color: #326DDE; }
a { background-color: rgb(50,109,222); }
div.DivClassName
{
background-color: #326DDE;
}
.BgClassName
{
background-color: #326DDE;
}
</style>
border-color css
<style>
span { border-color: #326DDE; }
span { border-color: rgb(50,109,222); }
td.TdClassName
{
border-color: #326DDE;
}
.TagClassName
{
border-color: #326DDE;
}
</style>