Shades of Royal Blue #326CCC
Tints of Royal Blue #326CCC
RGB
CMYK
RGB Variations
Color information
#326CCC (or 0x326CCC) is known color: Royal Blue. HEX triplet: 32, 6C and CC. RGB value is (50,108,204). Sum of RGB (Red+Green+Blue) = 50+108+204=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #326CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCC is #CD9333. Grayscale: #656565. Windows color (decimal): -13472564 or 13397042. OLE color: 13397042.
HSL color Cylindrical-coordinate representation of color #326CCC: hue angle of 217.4º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326CCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 108 | 204 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.2 |
| HSL | 217.4º | 0.61% | 0.5% | - |
| HSV(B) | 217.4º | 0.75% | 0.8% | - |
| XYZ | 17.58 | 15.76 | 59.24 | - |
| YUV | 101.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 204 | 0.75 | 0.47 | 0 | 0.2 | 217.4 | 0.61 | 0.5 |
| Hex | 32 | 6C | CC | 4B | 2F | 0 | 14 | D9 | 3D | 32 |
| Octal | 62 | 154 | 314 | 113 | 57 | 0 | 24 | 331 | 75 | 62 |
| Binary | 110010 | 1101100 | 11001100 | 1001011 | 101111 | 0 | 10100 | 11011001 | 111101 | 110010 |
Color Harmonies of #326CCC
Complementary color
Monochromatic Colors of #326CCC
Black with #326CCC
Text Example
Text Example
White with #326CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CCC; }
p { color: rgb(50,108,204); }
H1.HeaderClassName
{
color: #326CCC;
}
.AnyTagClassName
{
color: #326CCC;
}
</style>
background-color css
<style>
a { background-color: #326CCC; }
a { background-color: rgb(50,108,204); }
div.DivClassName
{
background-color: #326CCC;
}
.BgClassName
{
background-color: #326CCC;
}
</style>
border-color css
<style>
span { border-color: #326CCC; }
span { border-color: rgb(50,108,204); }
td.TdClassName
{
border-color: #326CCC;
}
.TagClassName
{
border-color: #326CCC;
}
</style>