Shades of Royal Blue #326DC9
Tints of Royal Blue #326DC9
RGB
CMYK
RGB Variations
Color information
#326DC9 (or 0x326DC9) is known color: Royal Blue. HEX triplet: 32, 6D and C9. RGB value is (50,109,201). Sum of RGB (Red+Green+Blue) = 50+109+201=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #326DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DC9 is #CD9236. Grayscale: #656565. Windows color (decimal): -13472311 or 13200690. OLE color: 13200690.
HSL color Cylindrical-coordinate representation of color #326DC9: hue angle of 216.56º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326DC9 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 109 | 201 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.21 |
| HSL | 216.56º | 0.6% | 0.49% | - |
| HSV(B) | 216.56º | 0.75% | 0.79% | - |
| XYZ | 17.33 | 15.83 | 57.4 | - |
| YUV | 101.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 201 | 0.75 | 0.46 | 0 | 0.21 | 216.56 | 0.6 | 0.49 |
| Hex | 32 | 6D | C9 | 4B | 2E | 0 | 15 | D9 | 3C | 31 |
| Octal | 62 | 155 | 311 | 113 | 56 | 0 | 25 | 331 | 74 | 61 |
| Binary | 110010 | 1101101 | 11001001 | 1001011 | 101110 | 0 | 10101 | 11011001 | 111100 | 110001 |
Color Harmonies of #326DC9
Complementary color
Monochromatic Colors of #326DC9
Black with #326DC9
Text Example
Text Example
White with #326DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DC9; }
p { color: rgb(50,109,201); }
H1.HeaderClassName
{
color: #326DC9;
}
.AnyTagClassName
{
color: #326DC9;
}
</style>
background-color css
<style>
a { background-color: #326DC9; }
a { background-color: rgb(50,109,201); }
div.DivClassName
{
background-color: #326DC9;
}
.BgClassName
{
background-color: #326DC9;
}
</style>
border-color css
<style>
span { border-color: #326DC9; }
span { border-color: rgb(50,109,201); }
td.TdClassName
{
border-color: #326DC9;
}
.TagClassName
{
border-color: #326DC9;
}
</style>