Shades of Royal Blue #326FDC
Tints of Royal Blue #326FDC
RGB
CMYK
RGB Variations
Color information
#326FDC (or 0x326FDC) is known color: Royal Blue. HEX triplet: 32, 6F and DC. RGB value is (50,111,220). Sum of RGB (Red+Green+Blue) = 50+111+220=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #326FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FDC is #CD9023. Grayscale: #686868. Windows color (decimal): -13471780 or 14446386. OLE color: 14446386.
HSL color Cylindrical-coordinate representation of color #326FDC: hue angle of 218.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FDC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 111 | 220 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.14 |
| HSL | 218.47º | 0.71% | 0.53% | - |
| HSV(B) | 218.47º | 0.77% | 0.86% | - |
| XYZ | 19.92 | 17.21 | 69.98 | - |
| YUV | 105.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 220 | 0.77 | 0.50 | 0 | 0.14 | 218.47 | 0.71 | 0.53 |
| Hex | 32 | 6F | DC | 4D | 32 | 0 | E | DA | 47 | 35 |
| Octal | 62 | 157 | 334 | 115 | 62 | 0 | 16 | 332 | 107 | 65 |
| Binary | 110010 | 1101111 | 11011100 | 1001101 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110101 |
Color Harmonies of #326FDC
Complementary color
Monochromatic Colors of #326FDC
Black with #326FDC
Text Example
Text Example
White with #326FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FDC; }
p { color: rgb(50,111,220); }
H1.HeaderClassName
{
color: #326FDC;
}
.AnyTagClassName
{
color: #326FDC;
}
</style>
background-color css
<style>
a { background-color: #326FDC; }
a { background-color: rgb(50,111,220); }
div.DivClassName
{
background-color: #326FDC;
}
.BgClassName
{
background-color: #326FDC;
}
</style>
border-color css
<style>
span { border-color: #326FDC; }
span { border-color: rgb(50,111,220); }
td.TdClassName
{
border-color: #326FDC;
}
.TagClassName
{
border-color: #326FDC;
}
</style>