Shades of Royal Blue #326FCD
Tints of Royal Blue #326FCD
RGB
CMYK
RGB Variations
Color information
#326FCD (or 0x326FCD) is known color: Royal Blue. HEX triplet: 32, 6F and CD. RGB value is (50,111,205). Sum of RGB (Red+Green+Blue) = 50+111+205=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #326FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FCD is #CD9032. Grayscale: #676767. Windows color (decimal): -13471795 or 13463346. OLE color: 13463346.
HSL color Cylindrical-coordinate representation of color #326FCD: hue angle of 216.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326FCD is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 111 | 205 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.20 |
| HSL | 216.39º | 0.61% | 0.5% | - |
| HSV(B) | 216.39º | 0.76% | 0.8% | - |
| XYZ | 18.02 | 16.45 | 59.98 | - |
| YUV | 103.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 205 | 0.76 | 0.46 | 0 | 0.20 | 216.39 | 0.61 | 0.5 |
| Hex | 32 | 6F | CD | 4C | 2E | 0 | 14 | D8 | 3D | 32 |
| Octal | 62 | 157 | 315 | 114 | 56 | 0 | 24 | 330 | 75 | 62 |
| Binary | 110010 | 1101111 | 11001101 | 1001100 | 101110 | 0 | 10100 | 11011000 | 111101 | 110010 |
Color Harmonies of #326FCD
Complementary color
Monochromatic Colors of #326FCD
Black with #326FCD
Text Example
Text Example
White with #326FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FCD; }
p { color: rgb(50,111,205); }
H1.HeaderClassName
{
color: #326FCD;
}
.AnyTagClassName
{
color: #326FCD;
}
</style>
background-color css
<style>
a { background-color: #326FCD; }
a { background-color: rgb(50,111,205); }
div.DivClassName
{
background-color: #326FCD;
}
.BgClassName
{
background-color: #326FCD;
}
</style>
border-color css
<style>
span { border-color: #326FCD; }
span { border-color: rgb(50,111,205); }
td.TdClassName
{
border-color: #326FCD;
}
.TagClassName
{
border-color: #326FCD;
}
</style>