Shades of Royal Blue #326CDF
Tints of Royal Blue #326CDF
RGB
CMYK
RGB Variations
Color information
#326CDF (or 0x326CDF) is known color: Royal Blue. HEX triplet: 32, 6C and DF. RGB value is (50,108,223). Sum of RGB (Red+Green+Blue) = 50+108+223=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #326CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CDF is #CD9320. Grayscale: #676767. Windows color (decimal): -13472545 or 14642226. OLE color: 14642226.
HSL color Cylindrical-coordinate representation of color #326CDF: hue angle of 219.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326CDF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 108 | 223 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.13 |
| HSL | 219.88º | 0.73% | 0.54% | - |
| HSV(B) | 219.88º | 0.78% | 0.87% | - |
| XYZ | 20 | 16.73 | 71.99 | - |
| YUV | 103.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 223 | 0.78 | 0.52 | 0 | 0.13 | 219.88 | 0.73 | 0.54 |
| Hex | 32 | 6C | DF | 4E | 34 | 0 | D | DC | 49 | 36 |
| Octal | 62 | 154 | 337 | 116 | 64 | 0 | 15 | 334 | 111 | 66 |
| Binary | 110010 | 1101100 | 11011111 | 1001110 | 110100 | 0 | 1101 | 11011100 | 1001001 | 110110 |
Color Harmonies of #326CDF
Complementary color
Monochromatic Colors of #326CDF
Black with #326CDF
Text Example
Text Example
White with #326CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CDF; }
p { color: rgb(50,108,223); }
H1.HeaderClassName
{
color: #326CDF;
}
.AnyTagClassName
{
color: #326CDF;
}
</style>
background-color css
<style>
a { background-color: #326CDF; }
a { background-color: rgb(50,108,223); }
div.DivClassName
{
background-color: #326CDF;
}
.BgClassName
{
background-color: #326CDF;
}
</style>
border-color css
<style>
span { border-color: #326CDF; }
span { border-color: rgb(50,108,223); }
td.TdClassName
{
border-color: #326CDF;
}
.TagClassName
{
border-color: #326CDF;
}
</style>