Shades of Royal Blue #326CDE
Tints of Royal Blue #326CDE
RGB
CMYK
RGB Variations
Color information
#326CDE (or 0x326CDE) is known color: Royal Blue. HEX triplet: 32, 6C and DE. RGB value is (50,108,222). Sum of RGB (Red+Green+Blue) = 50+108+222=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #326CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CDE is #CD9321. Grayscale: #676767. Windows color (decimal): -13472546 or 14576690. OLE color: 14576690.
HSL color Cylindrical-coordinate representation of color #326CDE: hue angle of 219.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326CDE is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 108 | 222 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.13 |
| HSL | 219.77º | 0.72% | 0.53% | - |
| HSV(B) | 219.77º | 0.77% | 0.87% | - |
| XYZ | 19.86 | 16.68 | 71.28 | - |
| YUV | 103.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 222 | 0.77 | 0.51 | 0 | 0.13 | 219.77 | 0.72 | 0.53 |
| Hex | 32 | 6C | DE | 4D | 33 | 0 | D | DC | 48 | 35 |
| Octal | 62 | 154 | 336 | 115 | 63 | 0 | 15 | 334 | 110 | 65 |
| Binary | 110010 | 1101100 | 11011110 | 1001101 | 110011 | 0 | 1101 | 11011100 | 1001000 | 110101 |
Color Harmonies of #326CDE
Complementary color
Monochromatic Colors of #326CDE
Black with #326CDE
Text Example
Text Example
White with #326CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CDE; }
p { color: rgb(50,108,222); }
H1.HeaderClassName
{
color: #326CDE;
}
.AnyTagClassName
{
color: #326CDE;
}
</style>
background-color css
<style>
a { background-color: #326CDE; }
a { background-color: rgb(50,108,222); }
div.DivClassName
{
background-color: #326CDE;
}
.BgClassName
{
background-color: #326CDE;
}
</style>
border-color css
<style>
span { border-color: #326CDE; }
span { border-color: rgb(50,108,222); }
td.TdClassName
{
border-color: #326CDE;
}
.TagClassName
{
border-color: #326CDE;
}
</style>