Shades of Royal Blue #326CD4
Tints of Royal Blue #326CD4
RGB
CMYK
RGB Variations
Color information
#326CD4 (or 0x326CD4) is known color: Royal Blue. HEX triplet: 32, 6C and D4. RGB value is (50,108,212). Sum of RGB (Red+Green+Blue) = 50+108+212=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #326CD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CD4 is #CD932B. Grayscale: #666666. Windows color (decimal): -13472556 or 13921330. OLE color: 13921330.
HSL color Cylindrical-coordinate representation of color #326CD4: hue angle of 218.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326CD4 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 108 | 212 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.17 |
| HSL | 218.52º | 0.65% | 0.51% | - |
| HSV(B) | 218.52º | 0.76% | 0.83% | - |
| XYZ | 18.56 | 16.16 | 64.43 | - |
| YUV | 102.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 212 | 0.76 | 0.49 | 0 | 0.17 | 218.52 | 0.65 | 0.51 |
| Hex | 32 | 6C | D4 | 4C | 31 | 0 | 11 | DB | 41 | 33 |
| Octal | 62 | 154 | 324 | 114 | 61 | 0 | 21 | 333 | 101 | 63 |
| Binary | 110010 | 1101100 | 11010100 | 1001100 | 110001 | 0 | 10001 | 11011011 | 1000001 | 110011 |
Color Harmonies of #326CD4
Complementary color
Monochromatic Colors of #326CD4
Black with #326CD4
Text Example
Text Example
White with #326CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CD4; }
p { color: rgb(50,108,212); }
H1.HeaderClassName
{
color: #326CD4;
}
.AnyTagClassName
{
color: #326CD4;
}
</style>
background-color css
<style>
a { background-color: #326CD4; }
a { background-color: rgb(50,108,212); }
div.DivClassName
{
background-color: #326CD4;
}
.BgClassName
{
background-color: #326CD4;
}
</style>
border-color css
<style>
span { border-color: #326CD4; }
span { border-color: rgb(50,108,212); }
td.TdClassName
{
border-color: #326CD4;
}
.TagClassName
{
border-color: #326CD4;
}
</style>