Shades of Royal Blue #326CDA
Tints of Royal Blue #326CDA
RGB
CMYK
RGB Variations
Color information
#326CDA (or 0x326CDA) is known color: Royal Blue. HEX triplet: 32, 6C and DA. RGB value is (50,108,218). Sum of RGB (Red+Green+Blue) = 50+108+218=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #326CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CDA is #CD9325. Grayscale: #666666. Windows color (decimal): -13472550 or 14314546. OLE color: 14314546.
HSL color Cylindrical-coordinate representation of color #326CDA: hue angle of 219.29º 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 #326CDA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 108 | 218 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.15 |
| HSL | 219.29º | 0.69% | 0.53% | - |
| HSV(B) | 219.29º | 0.77% | 0.85% | - |
| XYZ | 19.33 | 16.47 | 68.49 | - |
| YUV | 103.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 218 | 0.77 | 0.50 | 0 | 0.15 | 219.29 | 0.69 | 0.53 |
| Hex | 32 | 6C | DA | 4D | 32 | 0 | F | DB | 45 | 35 |
| Octal | 62 | 154 | 332 | 115 | 62 | 0 | 17 | 333 | 105 | 65 |
| Binary | 110010 | 1101100 | 11011010 | 1001101 | 110010 | 0 | 1111 | 11011011 | 1000101 | 110101 |
Color Harmonies of #326CDA
Complementary color
Monochromatic Colors of #326CDA
Black with #326CDA
Text Example
Text Example
White with #326CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CDA; }
p { color: rgb(50,108,218); }
H1.HeaderClassName
{
color: #326CDA;
}
.AnyTagClassName
{
color: #326CDA;
}
</style>
background-color css
<style>
a { background-color: #326CDA; }
a { background-color: rgb(50,108,218); }
div.DivClassName
{
background-color: #326CDA;
}
.BgClassName
{
background-color: #326CDA;
}
</style>
border-color css
<style>
span { border-color: #326CDA; }
span { border-color: rgb(50,108,218); }
td.TdClassName
{
border-color: #326CDA;
}
.TagClassName
{
border-color: #326CDA;
}
</style>