Shades of Royal Blue #326CCD
Tints of Royal Blue #326CCD
RGB
CMYK
RGB Variations
Color information
#326CCD (or 0x326CCD) is known color: Royal Blue. HEX triplet: 32, 6C and CD. RGB value is (50,108,205). Sum of RGB (Red+Green+Blue) = 50+108+205=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #326CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCD is #CD9332. Grayscale: #656565. Windows color (decimal): -13472563 or 13462578. OLE color: 13462578.
HSL color Cylindrical-coordinate representation of color #326CCD: hue angle of 217.55º 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 #326CCD is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 108 | 205 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.20 |
| HSL | 217.55º | 0.61% | 0.5% | - |
| HSV(B) | 217.55º | 0.76% | 0.8% | - |
| XYZ | 17.7 | 15.81 | 59.88 | - |
| YUV | 101.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 205 | 0.76 | 0.47 | 0 | 0.20 | 217.55 | 0.61 | 0.5 |
| Hex | 32 | 6C | CD | 4C | 2F | 0 | 14 | DA | 3D | 32 |
| Octal | 62 | 154 | 315 | 114 | 57 | 0 | 24 | 332 | 75 | 62 |
| Binary | 110010 | 1101100 | 11001101 | 1001100 | 101111 | 0 | 10100 | 11011010 | 111101 | 110010 |
Color Harmonies of #326CCD
Complementary color
Monochromatic Colors of #326CCD
Black with #326CCD
Text Example
Text Example
White with #326CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CCD; }
p { color: rgb(50,108,205); }
H1.HeaderClassName
{
color: #326CCD;
}
.AnyTagClassName
{
color: #326CCD;
}
</style>
background-color css
<style>
a { background-color: #326CCD; }
a { background-color: rgb(50,108,205); }
div.DivClassName
{
background-color: #326CCD;
}
.BgClassName
{
background-color: #326CCD;
}
</style>
border-color css
<style>
span { border-color: #326CCD; }
span { border-color: rgb(50,108,205); }
td.TdClassName
{
border-color: #326CCD;
}
.TagClassName
{
border-color: #326CCD;
}
</style>