Shades of Royal Blue #326BDA
Tints of Royal Blue #326BDA
RGB
CMYK
RGB Variations
Color information
#326BDA (or 0x326BDA) is known color: Royal Blue. HEX triplet: 32, 6B and DA. RGB value is (50,107,218). Sum of RGB (Red+Green+Blue) = 50+107+218=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #326BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BDA is #CD9425. Grayscale: #666666. Windows color (decimal): -13472806 or 14314290. OLE color: 14314290.
HSL color Cylindrical-coordinate representation of color #326BDA: hue angle of 219.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326BDA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 107 | 218 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.15 |
| HSL | 219.64º | 0.69% | 0.53% | - |
| HSV(B) | 219.64º | 0.77% | 0.85% | - |
| XYZ | 19.23 | 16.26 | 68.45 | - |
| YUV | 102.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 218 | 0.77 | 0.51 | 0 | 0.15 | 219.64 | 0.69 | 0.53 |
| Hex | 32 | 6B | DA | 4D | 33 | 0 | F | DC | 45 | 35 |
| Octal | 62 | 153 | 332 | 115 | 63 | 0 | 17 | 334 | 105 | 65 |
| Binary | 110010 | 1101011 | 11011010 | 1001101 | 110011 | 0 | 1111 | 11011100 | 1000101 | 110101 |
Color Harmonies of #326BDA
Complementary color
Monochromatic Colors of #326BDA
Black with #326BDA
Text Example
Text Example
White with #326BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BDA; }
p { color: rgb(50,107,218); }
H1.HeaderClassName
{
color: #326BDA;
}
.AnyTagClassName
{
color: #326BDA;
}
</style>
background-color css
<style>
a { background-color: #326BDA; }
a { background-color: rgb(50,107,218); }
div.DivClassName
{
background-color: #326BDA;
}
.BgClassName
{
background-color: #326BDA;
}
</style>
border-color css
<style>
span { border-color: #326BDA; }
span { border-color: rgb(50,107,218); }
td.TdClassName
{
border-color: #326BDA;
}
.TagClassName
{
border-color: #326BDA;
}
</style>