Shades of Royal Blue #326CD8
Tints of Royal Blue #326CD8
RGB
CMYK
RGB Variations
Color information
#326CD8 (or 0x326CD8) is known color: Royal Blue. HEX triplet: 32, 6C and D8. RGB value is (50,108,216). Sum of RGB (Red+Green+Blue) = 50+108+216=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #326CD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CD8 is #CD9327. Grayscale: #666666. Windows color (decimal): -13472552 or 14183474. OLE color: 14183474.
HSL color Cylindrical-coordinate representation of color #326CD8: hue angle of 219.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326CD8 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 108 | 216 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.15 |
| HSL | 219.04º | 0.68% | 0.52% | - |
| HSV(B) | 219.04º | 0.77% | 0.85% | - |
| XYZ | 19.07 | 16.36 | 67.12 | - |
| YUV | 102.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 216 | 0.77 | 0.50 | 0 | 0.15 | 219.04 | 0.68 | 0.52 |
| Hex | 32 | 6C | D8 | 4D | 32 | 0 | F | DB | 44 | 34 |
| Octal | 62 | 154 | 330 | 115 | 62 | 0 | 17 | 333 | 104 | 64 |
| Binary | 110010 | 1101100 | 11011000 | 1001101 | 110010 | 0 | 1111 | 11011011 | 1000100 | 110100 |
Color Harmonies of #326CD8
Complementary color
Monochromatic Colors of #326CD8
Black with #326CD8
Text Example
Text Example
White with #326CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CD8; }
p { color: rgb(50,108,216); }
H1.HeaderClassName
{
color: #326CD8;
}
.AnyTagClassName
{
color: #326CD8;
}
</style>
background-color css
<style>
a { background-color: #326CD8; }
a { background-color: rgb(50,108,216); }
div.DivClassName
{
background-color: #326CD8;
}
.BgClassName
{
background-color: #326CD8;
}
</style>
border-color css
<style>
span { border-color: #326CD8; }
span { border-color: rgb(50,108,216); }
td.TdClassName
{
border-color: #326CD8;
}
.TagClassName
{
border-color: #326CD8;
}
</style>