Shades of Royal Blue #326FD1
Tints of Royal Blue #326FD1
RGB
CMYK
RGB Variations
Color information
#326FD1 (or 0x326FD1) is known color: Royal Blue. HEX triplet: 32, 6F and D1. RGB value is (50,111,209). Sum of RGB (Red+Green+Blue) = 50+111+209=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #326FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FD1 is #CD902E. Grayscale: #676767. Windows color (decimal): -13471791 or 13725490. OLE color: 13725490.
HSL color Cylindrical-coordinate representation of color #326FD1: hue angle of 216.98º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326FD1 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 111 | 209 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.18 |
| HSL | 216.98º | 0.63% | 0.51% | - |
| HSV(B) | 216.98º | 0.76% | 0.82% | - |
| XYZ | 18.51 | 16.65 | 62.56 | - |
| YUV | 103.93 | 187.29 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 209 | 0.76 | 0.47 | 0 | 0.18 | 216.98 | 0.63 | 0.51 |
| Hex | 32 | 6F | D1 | 4C | 2F | 0 | 12 | D9 | 3F | 33 |
| Octal | 62 | 157 | 321 | 114 | 57 | 0 | 22 | 331 | 77 | 63 |
| Binary | 110010 | 1101111 | 11010001 | 1001100 | 101111 | 0 | 10010 | 11011001 | 111111 | 110011 |
Color Harmonies of #326FD1
Complementary color
Monochromatic Colors of #326FD1
Black with #326FD1
Text Example
Text Example
White with #326FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FD1; }
p { color: rgb(50,111,209); }
H1.HeaderClassName
{
color: #326FD1;
}
.AnyTagClassName
{
color: #326FD1;
}
</style>
background-color css
<style>
a { background-color: #326FD1; }
a { background-color: rgb(50,111,209); }
div.DivClassName
{
background-color: #326FD1;
}
.BgClassName
{
background-color: #326FD1;
}
</style>
border-color css
<style>
span { border-color: #326FD1; }
span { border-color: rgb(50,111,209); }
td.TdClassName
{
border-color: #326FD1;
}
.TagClassName
{
border-color: #326FD1;
}
</style>