Shades of Royal Blue #326FCE
Tints of Royal Blue #326FCE
RGB
CMYK
RGB Variations
Color information
#326FCE (or 0x326FCE) is known color: Royal Blue. HEX triplet: 32, 6F and CE. RGB value is (50,111,206). Sum of RGB (Red+Green+Blue) = 50+111+206=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #326FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FCE is #CD9031. Grayscale: #676767. Windows color (decimal): -13471794 or 13528882. OLE color: 13528882.
HSL color Cylindrical-coordinate representation of color #326FCE: hue angle of 216.54º 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 #326FCE is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 111 | 206 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.19 |
| HSL | 216.54º | 0.61% | 0.5% | - |
| HSV(B) | 216.54º | 0.76% | 0.81% | - |
| XYZ | 18.14 | 16.5 | 60.62 | - |
| YUV | 103.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 206 | 0.76 | 0.46 | 0 | 0.19 | 216.54 | 0.61 | 0.5 |
| Hex | 32 | 6F | CE | 4C | 2E | 0 | 13 | D9 | 3D | 32 |
| Octal | 62 | 157 | 316 | 114 | 56 | 0 | 23 | 331 | 75 | 62 |
| Binary | 110010 | 1101111 | 11001110 | 1001100 | 101110 | 0 | 10011 | 11011001 | 111101 | 110010 |
Color Harmonies of #326FCE
Complementary color
Monochromatic Colors of #326FCE
Black with #326FCE
Text Example
Text Example
White with #326FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FCE; }
p { color: rgb(50,111,206); }
H1.HeaderClassName
{
color: #326FCE;
}
.AnyTagClassName
{
color: #326FCE;
}
</style>
background-color css
<style>
a { background-color: #326FCE; }
a { background-color: rgb(50,111,206); }
div.DivClassName
{
background-color: #326FCE;
}
.BgClassName
{
background-color: #326FCE;
}
</style>
border-color css
<style>
span { border-color: #326FCE; }
span { border-color: rgb(50,111,206); }
td.TdClassName
{
border-color: #326FCE;
}
.TagClassName
{
border-color: #326FCE;
}
</style>