Shades of Royal Blue #326BD1
Tints of Royal Blue #326BD1
RGB
CMYK
RGB Variations
Color information
#326BD1 (or 0x326BD1) is known color: Royal Blue. HEX triplet: 32, 6B and D1. RGB value is (50,107,209). Sum of RGB (Red+Green+Blue) = 50+107+209=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #326BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BD1 is #CD942E. Grayscale: #656565. Windows color (decimal): -13472815 or 13724466. OLE color: 13724466.
HSL color Cylindrical-coordinate representation of color #326BD1: hue angle of 218.49º 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 #326BD1 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 107 | 209 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.18 |
| HSL | 218.49º | 0.63% | 0.51% | - |
| HSV(B) | 218.49º | 0.76% | 0.82% | - |
| XYZ | 18.08 | 15.8 | 62.42 | - |
| YUV | 101.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 209 | 0.76 | 0.49 | 0 | 0.18 | 218.49 | 0.63 | 0.51 |
| Hex | 32 | 6B | D1 | 4C | 31 | 0 | 12 | DA | 3F | 33 |
| Octal | 62 | 153 | 321 | 114 | 61 | 0 | 22 | 332 | 77 | 63 |
| Binary | 110010 | 1101011 | 11010001 | 1001100 | 110001 | 0 | 10010 | 11011010 | 111111 | 110011 |
Color Harmonies of #326BD1
Complementary color
Monochromatic Colors of #326BD1
Black with #326BD1
Text Example
Text Example
White with #326BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BD1; }
p { color: rgb(50,107,209); }
H1.HeaderClassName
{
color: #326BD1;
}
.AnyTagClassName
{
color: #326BD1;
}
</style>
background-color css
<style>
a { background-color: #326BD1; }
a { background-color: rgb(50,107,209); }
div.DivClassName
{
background-color: #326BD1;
}
.BgClassName
{
background-color: #326BD1;
}
</style>
border-color css
<style>
span { border-color: #326BD1; }
span { border-color: rgb(50,107,209); }
td.TdClassName
{
border-color: #326BD1;
}
.TagClassName
{
border-color: #326BD1;
}
</style>