Shades of Royal Blue #326DCE
Tints of Royal Blue #326DCE
RGB
CMYK
RGB Variations
Color information
#326DCE (or 0x326DCE) is known color: Royal Blue. HEX triplet: 32, 6D and CE. RGB value is (50,109,206). Sum of RGB (Red+Green+Blue) = 50+109+206=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #326DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DCE is #CD9231. Grayscale: #656565. Windows color (decimal): -13472306 or 13528370. OLE color: 13528370.
HSL color Cylindrical-coordinate representation of color #326DCE: hue angle of 217.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326DCE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 109 | 206 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.19 |
| HSL | 217.31º | 0.61% | 0.5% | - |
| HSV(B) | 217.31º | 0.76% | 0.81% | - |
| XYZ | 17.92 | 16.07 | 60.55 | - |
| YUV | 102.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 206 | 0.76 | 0.47 | 0 | 0.19 | 217.31 | 0.61 | 0.5 |
| Hex | 32 | 6D | CE | 4C | 2F | 0 | 13 | D9 | 3D | 32 |
| Octal | 62 | 155 | 316 | 114 | 57 | 0 | 23 | 331 | 75 | 62 |
| Binary | 110010 | 1101101 | 11001110 | 1001100 | 101111 | 0 | 10011 | 11011001 | 111101 | 110010 |
Color Harmonies of #326DCE
Complementary color
Monochromatic Colors of #326DCE
Black with #326DCE
Text Example
Text Example
White with #326DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DCE; }
p { color: rgb(50,109,206); }
H1.HeaderClassName
{
color: #326DCE;
}
.AnyTagClassName
{
color: #326DCE;
}
</style>
background-color css
<style>
a { background-color: #326DCE; }
a { background-color: rgb(50,109,206); }
div.DivClassName
{
background-color: #326DCE;
}
.BgClassName
{
background-color: #326DCE;
}
</style>
border-color css
<style>
span { border-color: #326DCE; }
span { border-color: rgb(50,109,206); }
td.TdClassName
{
border-color: #326DCE;
}
.TagClassName
{
border-color: #326DCE;
}
</style>